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 viewdata?
What is the purpose of a web form?
What are the two ways to add constraints to a route?
Can we create .DLL file without using the namespace?
What are class access modifiers
Is http stateful or stateless?
Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
Does Tempdata hold the data for other request in ASP.Net MVC?
Explain bundle.config in mvc4?
what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0
When do you absolutely have to declare a class as abstract