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 ?


November 11, 2008 04:05:52 #3
 muralikrishnareddy558   Member Since: November 2008    Total Comments: 2 

RE: CLR
 
CLR won't look for main. the code developed using c# or vb.net or etc is not understood by clr .it knows only IL code. The language types and code is not understood by clr.
so, after converting into IL only clr understands.
     

 

Back To Question