Visual Studio .NET (also known as Studio .NET and VC7) is an IDE developed (2002) by Microsoft. It is for the Microsoft Windows operating system and is aimed primarily but not exclusively at development for Win32 platforms. The latest version in their line of powerful IDEs, Studio .NET supports the new .NET languages C#, Visual Basic .NET and Managed C++ in addition to C++.

The look and feel of Studio .NET is nearly identical to previous versions of the IDE. Some notable exceptions include the cleaner interface and greater cohesiveness. It is also more customizable with status windows that automatically hide when not in use.

The most notable feature of the IDE is its support of the new .NET languages. Programs developed in these languages do not compile to machine language (like C++ does, for example) but instead compile into something called MSIL. When programs execute the MSIL application, it is jitted into the appropriate machine language for the platform it is being executed on. Via this method, Microsoft hopes to be able to support various implementations of their Windows operating systems (such as Windows CE). Programs compiled into MSIL can be executed only on Windows platforms which have the .NET framework.

Microsoft distributes various versions of this IDE. Some lack an optimizing compiler, others lack support for database instructions. These versions are generally less expensive than the full version of the IDE.

Legacy

  • Visual Studio .NET 2003: The very latest version of Visual Studio .NET