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

Tell us the differences between an interface and an abstract class in .net?

813


Is there any attempt system for microsoft technology papers?

1540


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

772


what is the default security setting in .net?

750


What is the single responsibility principle?

792


what is the keyword used for self reference?

2165


How will you load dynamic assembly? How will create assemblies at run time?

1880


Is Driver Script any how related to AOM?

868


What is .net technology?

803


Explain the different parts of an assembly?

792


Why do we use msmq?

791


Explain about .NET services?

832


What is namespaces in .net?

855


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

1819


Compare client server application with n-tier application

715