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 |
What is meant by viewdata?
what is .NET ?
How will you load dynamic assembly? How will create assemblies at run time?
Diffence between .net framework 1.0 and 2.0?
Is dapper better than entity framework?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
And if they have conflicting method names ?
explain what does .edmx file contains?
Tell me the best web-sites for Learning the ASP DOT NET.
what is .edmx file and what it contains?
How does �side by side� work for the .net framework 3.0?
Explain the advantages of asp.net mvc over asp.net?