Like C++ and Java, C# is an object oriented programming language. In fact all .NET languages are object oriented since they all have the .NET Framework built into them. The .NET Framework SDK comes with ready reference documentation and Visual Studio 2008 ships with MSDN libraries in a single DVD. Currently, Visual Studio 2010 is available for download at http://www.microsoft.com/visualstudio/en-us/downloads/default.mspx along with other editions.
You can develop powerful Windows based applications (Windows Forms), Web based applications called ASP.NET, Reusable User Controls with extension .ascx, and Web Services using C#. Microsoft has improved the product with the release of Visual Studio 2008 and it was well received by the developer community. It removed all the difficulties faced by them with their earlier counterparts like Visual Studio .NET and Visual Studio 2005. Visual Studio now ships in four different editions namely Enterprise Architect, Enterprise, Professional and Academic. Visual C# is also available separately as a Standard edition product. Moreover, a trial version of Visual Studio .NET is also available in DVD format from Microsoft. You can learn about the different purchase options at http://www.microsoft.com/visualstudio/en-us/howtobuy/default.mspx#vsts-2008-dev-msdn-premium
0 Comments