How is a managed code executed?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What makes .net core cross platform?

744


What are Attributes in .NET?

818


What is a metadata in .net?

811


What are the new 2.0 features useful for?

896


When we go for html server controls and when we go for web server controls?

822


Explain code access security.

800


Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?

780


What are the new thee features of com+ services, which are not there in com (mts)?

746


What is a .DLL and .EXE files called in .NET?

850


What is .net3.0 and .net3.5?

786


Difference between machine.config and web.config?

795


Tell me what is a “jagged array”?

844


Should I implement finalize on my class? Should I implement idisposable?

788


What is multiThreading in .NET?

824


Why inheritance is important?

811