.NET Framework: Difference between revisions
Created page with "{{Infobox software | logo = NET Logo 2024.svg | logo size = 100px | released = February 11, 2002 | latest release version = 4.8.1 | latest release date = August 9, 2022 | operating system = Windows 98 or later, Windows NT 4.0 or later | platform = {{Hlist |IA-32 |x86-64 |[ARM]]}} | license = Proprietary | website = {{URL|https://dotnet.microsoft.com}} }} The '''.NET Framework''' is prop..." |
mNo edit summary |
||
| Line 6: | Line 6: | ||
| latest release date = August 9, 2022 | | latest release date = August 9, 2022 | ||
| operating system = [[Windows Windows 98|Windows 98]] or later, [[Microsoft Windows NT 4.0|Windows NT 4.0]] or later | | operating system = [[Windows Windows 98|Windows 98]] or later, [[Microsoft Windows NT 4.0|Windows NT 4.0]] or later | ||
| platform = {{Hlist |[[IA-32]] |[[x86-64]] |[ARM]]}} | | platform = {{Hlist |[[IA-32]] |[[x86-64]] |[[ARM]]}} | ||
| license = [[Proprietary software|Proprietary]] | | license = [[Proprietary software|Proprietary]] | ||
| website = {{URL|https://dotnet.microsoft.com}} | | website = {{URL|https://dotnet.microsoft.com}} | ||
Latest revision as of 23:48, 2 November 2024
| Initial release | February 11, 2002 |
|---|---|
| Stable release | 4.8.1
/ August 9, 2022 |
| Operating system | Windows 98 or later, Windows NT 4.0 or later |
| Platform | |
| License | Proprietary |
| Website | dotnet |
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.