Thread: What is CLR?
View Single Post
  #6 (permalink)  
Old 10-05-2010, 06:14 AM
stevemack stevemack is offline
Member
 
Join Date: Aug 2010
Posts: 59
stevemack is on a distinguished road
Common Language Runtime (CLR) - Executes the code we write and allows objects written in different languages to interact with each other. CLR makes development of Web applications simple and smoother.
Reply With Quote