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...


How is a managed code executed?



How is a managed code executed?..

Answer / hrindows@gmail.com

Execute a Managed code by following these steps:
•Choosing a language compiler depending on the language in which the code is written.
•Converting the above code into Intermediate language by its own compiler.
•The IL is then targeted to CLR which converts the code into native code with the help of JIT.
•Execution of Native code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How anonymous method is different from a lambda expression?

0 Answers  


Explain the Scope of public/private/friend/protected/protected friend.

1 Answers   Wipro,


What is the procedure to add assemly to gac to make it shared one?

0 Answers  


Do you know what is the difference between an abstract class and an interface?

0 Answers  


what is the keyword used for self reference?

0 Answers  


What is Code group in .Net with respect to CAS

0 Answers  


What are good ADO.NET object(s) to replace the ADO Recordset object.

1 Answers  


How can you manage pagination on a page using .Net?

1 Answers  


What is strong name?

2 Answers  


What is lazy initialization?

0 Answers  


What exactly is being serialized when you perform serialization in .net?

0 Answers  


What are the two kinds of properties.

2 Answers   Wipro,


Categories