What is the role of the jit compiler in .net framework?
Answer / Ramji Shukla
Just-In-Time (JIT) Compiler in .NET Framework converts managed code into native machine code at runtime, making the application faster by eliminating the need for compilation during development and deployment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Explain Model, view and Controllers in Asp.Net MVC?
What you mean by routing in mvc?
What is entitytypes? : Entity framework
What is the greatest advantage of using asp.net mvc over asp.net webforms?
what is an assembly?
How to change the action name in ASP.Net MVC?
What is model first? : Entity framework
How can you prevent your class to be inherated further
Explain Keep method in Tempdata in ASP.Net MVC?
How does the .net framework 3.0 relate to the .net framework 2.0?
Describe the .net framework architecture.