Answered Questions

  • What is "Common Language Runtime" (CLR)?

    CLR is .NET equivalent of Java Virtual Machine (JVM). It is the runtime that converts a MSIL code into the host machine language code, which is then executed appropriately. The CLR is the execution engine for .NET Framework applications. It provides a number of services, including:  ·          Code management (loading and execution) ·         ...

    Bhaskar Char T.N

    • Jan 19th, 2007

    CLR: (Common Language Runtime)The CLR provides a Runtime Execution environment for .Net application, Which is responsible for Executing and Managing all the code written any .Net Language.The CLR also...