What is CLR and how it generates native code ?
Answer / narayansahu
CLR stands for Common Language Runtime. It's the runtime
environment of .Net Framework. It has one component called
JIT or JITTER (Just in time translator) which is
responsible for translating code from MSIL To Native code
on the fly.
The scene is like this on source machine
Any .net------> CLR-> MSIL Code
compliant code
On Detination MAchine
MSIL Code --> CLR(JIT)----> NAtive code--> os
Is This Answer Correct ? | 33 Yes | 2 No |
What are attributes
What is Area in ASP.Net MVC?
Is .net framework 4.8 the last version?
What is NonActionAttribute ?
What is the difference between managed and unmanaged code?
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?
What is serialization in .NET? What are the ways to control serialization?
What is renderbody?
What is the need of Action Filters in ASP.Net MVC
what is complex type?
What is the advantage of mvc?