.Net Framework: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: {{platform}}Category:EncyclopediaThe '''.NET Framework''' is a part of Windows (NT 4.0 and 98 and above) and is used to make applications. It is comprised of a "Base Class Library"...)
 
(Added link, removed mention of long-obsolete operating systems)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{platform}}
{{platform}}[[Category:Encyclopedia]]The '''.NET Framework''' is a part of [[Windows]] (NT 4.0 and 98 and above) and is used to make applications. It is comprised of a "Base Class Library" and a "Common Language Runtime". The Base Class Library consists of pre-coded solutions to common program requirements. The Common Language Runtime provides the appearance of an application virtual machine, so that programmers need not consider the capabilities of the specific CPU that will execute the program. It also allows software written in several languages to be run as one application.
The '''.NET Framework''' is a software platform for [[Windows]]. It is comprised of a "Base Class Library" and a "[[Common Language Runtime]]". The Base Class Library consists of pre-coded solutions to common program requirements, while the Common Language Runtime provides the appearance of an application virtual machine, so that programmers need not consider the capabilities of the specific CPU that will execute the program. It also allows software written in several languages to be run as one application.

An open-source alternative to the .Net CLR is [[Mono]], which runs on [[Linux]], [[Mac OS X]], [[BSD]], and [[Windows]].

Latest revision as of 12:49, 31 August 2010

Platform

This is an example of a platform. You may find the programming tasks that have been solved using it.

The .NET Framework is a software platform for Windows. It is comprised of a "Base Class Library" and a "Common Language Runtime". The Base Class Library consists of pre-coded solutions to common program requirements, while the Common Language Runtime provides the appearance of an application virtual machine, so that programmers need not consider the capabilities of the specific CPU that will execute the program. It also allows software written in several languages to be run as one application.

An open-source alternative to the .Net CLR is Mono, which runs on Linux, Mac OS X, BSD, and Windows.