Visual Studio .NET
Visual Studio .NET 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 IDEs, Visual Studio .NET supports the new .NET languages C#, Visual Basic .NET and Managed C++ in addition to C++. You can use Visual Studio.NET to make applications targeting Windows (using Windows Forms), Web (using ASP.NET and Web Services) and portable devices (using .NET Compact Framework).The look-and-feel of Visual Studio .NET is nearly identical to previous versions of the IDE (Microsoft Visual Studio). 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. All versions of Visual Studio, including its predecessor Visual C++, include a debugger that is integrated with the editing environment.
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 CIL. 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 platforms which have a implemetation of .NET framework. You can run CIL programs in Linux or MacOS X using some non-Microsoft .NET implementation, like Mono (Ximian) and DotGNU.
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.
The version number for Visual Studio .NET is 7.0 (for the 2002 edition) and 7.1 (for the 2003 edition).
| Table of contents |
|
2 See also 3 External link |
Legacy
See also
External link