Thread: What is CLR?
View Single Post
  #3 (permalink)  
Old 04-28-2010, 10:53 AM
seoharry seoharry is offline
Junior Member
 
Join Date: Sep 2008
Posts: 19
seoharry is on a distinguished road
As the name suggest CLR Common Language Runtime is basically a technique used in .Net technology which helps to support different languages in a common or same manner. It means whether you code in C#, C++ it will basically convert into common language. It is this feature of .Net technology which helps to code in different languages for one single project...
Reply With Quote