position
Technology : Programming
.NET

Microsoft .NET Framework

Common Language Runtime coupled with a Common Type System that support object oriented programming languages such as C++, C#, and Visual Basic.

Integrated Development Environment: cross-language source editors, debuggers and compilers

Build windows executables, compiled web forms, and component libraries

Some features and benefits of the .NET platform are:

Extensive set of components

Less plumbing, more doing

Common Language Runtime

All languages are compiled and exectuted equally

Language Interoperability

Each component can use the best suited language

Built-in support for C++, C# and Visual Basic.

Ready to use by C++, Java and Visual Basic developers.

Visual Studio .NET IDE

Rapid Application Development

Additional Information on .NET :

.NET Framework Developer’s Guide
.NET Framework Class Library

How .NET programs are compiled and executed

Server-Side Http Runtime Environment