Thread: What is CLR?
View Single Post
  #7 (permalink)  
Old 10-13-2010, 01:40 PM
developerphp9 developerphp9 is offline
Junior Member
 
Join Date: Oct 2010
Posts: 1
developerphp9 is on a distinguished road
Default Common Language Runtime

Common Language Runtime - It is the implementation of CLI. The core runtime engine in the Microsoft .NET Framework for executing applications. The common language runtime supplies managed code with services such as cross-language integration, code access security, object lifetime management, resouce management, type safety, pre-emptive threading, metadata services (type reflection), and debugging and profiling support. The ASP.NET Framework and Internet Explorer are examples of hosting CLR.
Reply With Quote