Jump to content

.NET Framework

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hirzel (talk | contribs) at 13:19, 7 January 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The .NET initiative is a project by Microsoft to create a new development platform, focused on network transparency, platform independence, and rapid application development.

.NET is a combination of a number of technologies:

The CLI is clearly inspired by Sun Microsystems' Java Virtual Machine, and is designed to provide support for the C# programming language, a renamed copy of Sun's object-oriented Java programming language with some slight modifications/enhancements depending on the point of view. However, the CLI is also intended to provide support for other languages as well as C#, providing a single unified platform for the development of the Microsoft .NET platform.


Other languages which have compilers for the .NET platform include:

Microsoft has submitted a small part of the specifications for C#, the CLR, and various other pieces of .NET technologies to ECMA for standardization. However, many computer professionals believe that Microsoft will, sooner or later, embrace, extend and extinguish the standard as they have done with other standards before.

An independent implementation of the .NET architecture is beeing worked on. It is mainly targetted at UNIX and Linux platforms, named Mono, developed mainly by Ximian.

References: