What does CLR do after the IL is generated and machine
language is generated .Will it look for main method ?
Answer / priya
Once IL and Machine Language is generated, by using CLR, JIT
(just in time) compiles the IL files, where it converts the
code to Operating System understandable.
CLR translates this MSIL code into an executable code when
the program is executed making the program to run in any
environment for which the CLR is implemented.
When .Net program is executed CLR activates the JIT
compiler, where JIT compiler converts MSIL code into native
code (OS understandable).
| Is This Answer Correct ? | 1 Yes | 0 No |
In which testing using in .net framwork?
What are delegates?where are they used
what is msl?
what do you mean by table-per-type?
What is the importance of NonActionAttribute?
What is edm in entity framework?
Explain the tools used for unit testing in ASP.Net MVC
How to Create an Intranet Site Using ASP.NET MVC?
What is serialization in .NET? What are the ways to control serialization?
What is entity client data provider? : Entity framework
What is a view engine?
explain why t4 entity is important in entity framework?