How CLR works ?

 Posted by Pradeep Raturi on 2/9/2013 | Category: .NET Framework Interview questions | Views: 8056 | Points: 40
Answer:

As we know .Net framework supports code written in different-different languges. In .Net framework all code written in different-different languges is converted into common code after compilation, called IL code.Now clr takes place and looks for an application and system resources .This resources is necessary for our programe code, CLR find them then it turns on JIT compiler and convert IL code into native code and give this code to OS. Finally operating system execute this IL code.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response