what is common language runtime clr clr is net


What is "Common Language Runtime" (CLR)? 

CLR is .NET equivalent of Java Virtual Machine (JVM). It is the runtime that changes a MSIL code into the host machine language code, which is then implemented appropriately. The CLR is the \execution engine for .NET Framework applications. It gives a number of services, including:

  • Code management (loading and execution)
  • Application memory isolation
  • Verification of type safety
  • Conversion of IL to native code.
  • Access to metadata (enhanced type information)

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what is common language runtime clr clr is net
Reference No:- TGS0289689

Expected delivery within 24 Hours