About this document
Overview of .NET Framework and CLR by Puja Ranasinghe is a document available to read on EtoBox.
The .NET framework has two main components: the Common Language Runtime (CLR) and the .NET Framework Class Library (FCL). The CLR manages memory, execution, and safety and compiles source code into intermediate language. The FCL contains reusable classes and types used for .NET applications. Programs in different languages compile to Microsoft Intermediate Language (MSIL) allowing interoperability on the .NET platform.
- Author
- Puja Ranasinghe
- Language
- EN