GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Basics
Go To First  |  Previous Question  |  
 Basics  |  Question 42 of 42    Print  
CLR
What does CLR do after the IL is generated and machine
language is generated .Will it look for main method ?



  
Total Answers and Comments: 3 Last Update: November 06, 2008     Asked by: ushalakshmi 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 06, 2008 14:53:05   #1  
atulsetu Member Since: August 2008   Contribution: 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.


 
Is this answer useful? Yes | No
September 14, 2008 13:16:38   #2  
Pendurti Member Since: September 2008   Contribution: 10    

RE: CLR
I guess it does look for a main() method after the generation of IL code.



 
Is this answer useful? Yes | No
November 06, 2008 04:05:52   #3  
muralikrishnareddy558 Member Since: November 2008   Contribution: 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.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape