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 |
Describe the .net framework architecture.
What is separation of concerns in asp.net mvc?
Explain what languages does the .net framework support?
Why string are called Immutable data Type
Explain what is the difference between view and partial view?
what happened when type url in address bar and press enter?
What is the "helperpage.isajax" property?
How to change the action name in mvc?
What are Satellite Assemblies? How you will create this?
what is view state
give the feature of .net2.0 over .net1.1
What is the use .Glimpse in ASP.Net MVC