GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  Basics

 Print  |  
Question:  CLR

Answer: What does CLR do after the IL is generated and machine
language is generated .Will it look for main method ?


August 08, 2008 14:53:05 #1
 atulsetu   Member Since: August 2008    Total Comments: 1 

RE: CLR
 

Microsoft developed a new runtime environment known as the Common Language Runtime (CLR). The CLR includes the Common Type System (CTS) for cross-language type compatibility and the Common Language Specification (CLS) for ensuring that third-party libraries can be used from all .NET-enabled languages.

     

 

Back To Question