Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is CLR and how it generates native code ?



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

Post New Answer

More Dot Net Framework Interview Questions

What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

0 Answers   NA,


Why is XmlSerializer so slow

1 Answers  


Is any files are generated,when we are adding the web reference to the web service?

2 Answers  


Explain representational state transfer (rest) in detail?

0 Answers  


What is filters in web api?

0 Answers  


What is GUID , why we use it and where

1 Answers  


What is the difference between adding routes, to a webforms application and to an mvc application?

0 Answers  


What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?

0 Answers  


Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

0 Answers  


what is mean by type-safe? Please answer me. Advance thanks.

0 Answers   Excel,


What's an interface

1 Answers  


What are Non Action methods in ASP.Net MVC?

0 Answers  


Categories