.NET Framework

From Fox Labs Wiki
.NET Framework
Initial releaseFebruary 11, 2002
Stable release
4.8.1 / August 9, 2022
Operating systemWindows 98 or later, Windows NT 4.0 or later
Platform
LicenseProprietary
Websitedotnet.microsoft.com

The .NET Framework is proprietary software framework developed by Microsoft that primarily runs on Microsoft Windows. The framework is implemented on top of the Common Language Infrastructure (CLI) which acts as the base for implementing interoperability between multiple programming languages. Languages within the .NET framework are compiled in to Common Intermediate Language code (CIL) instead of machine code. The Common Language Runtime (CLR) is provides a wide range of services such as memory management, type safety exception handling and garbage collection. Finally, the Just-in-Time Compiler (JIT) during execution of a .NET application converts the CIL instructions into machine code specific to the computer's architecture.