Guajara in other languages: Spanish, Deutsch, French, Italian ...



Visual Studio .NET

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 (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 it's 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 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





Wikipedia - All text is available under the terms of the GNU Free Documentation License.

Tagoror dot com  -  Legal Information  -  Contact us