WebGlossary.info
.NET Framework
- A software framework developed by Microsoft that runs primarily on Windows. The .NET Framework includes a large class library named as Framework Class Library (FCL) and provides language interoperability (each language can use code written in other languages) across several programming languages. Programs written for the .NET Framework execute in a software environment (in contrast to a hardware environment) named the Common Language Runtime (CLR). The CLR is an application virtual machine that provides services such as security, memory management, and exception handling. As such, computer code written using the .NET Framework is called managed code. FCL and CLR together constitute the .NET Framework. .NET was first released in 2002. ← Wikipedia ↑ dotnet.microsoft.com
- Previous term: .NET
- Next term: /dev/null
- Random term: International Organization for Standardization