Visual Studio 2005 (.NET)
Visual Studio is Microsoft's flagship software development product for computer programmers. It centers on an integrated development environment which lets programmers create stand alone applications, web sites, web applications, and web services that run on any platforms supported by Microsoft's .NET Framework (for all versions after 6). Supported platforms include Microsoft Windows servers and workstations, PocketPC, Smartphones, and World Wide Web browsers.
Visual Studio includes the following:
Visual Basic
Visual C++
Visual C#
Visual J#
Visual Web Developer
Visual Studio 2005 was released in October 2005. Whilst the .NET is no longer used Visual Studio 2005 still primarily targets the .NET Framework, which was upgraded to version 2.0. Visual Studio 2005's internal version number is 8.0 while the file format version is 9.0.
The most important language feature added in this version was the introduction of generics, which are similar in many respects to C++ templates. This potentially increases the number of bugs caught at compile-time instead of run-time by encouraging the use of strict type checking in areas where it was not possible before. C++ also got a similar upgrade with the addition of C++/CLI which is set to replace the use of Managed C++.
Other new features of Visual Studio 2005 include the "Deployment Designer" which allows application designs to be validated before deployments, an improved environment for web publishing when combined with ASP.NET 2.0 and load testing to see application performance under various sorts of user loads.






