Components of Common Language Runtime
Component of CLR: - Introduction The Common Language Runtime (CLR) is an Execution Environment. It works as a layer between Operating Systems and the applications written in .Net. The main function of Common Language Runtime (CLR) is to convert the Managed Code into native code and then execute the Program. The CLR has the following components 1. Common Type System 2. Common Language Specification 3. Microsoft Intermediate Language 4. Garbage Collector 5. Code Manager 6. JIT Compiler - Introduction Common Type System: - Introduction A fundamental part of the .NET Framework's Common Language Runtime is the CTS. The CTS defines a common set of types that can be used with many different languages. Common Type System (CTS) describes a set ...
Comments
Post a Comment