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
Tell us the differences between an interface and an abstract class in .net?
Is there any attempt system for microsoft technology papers?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
what is the default security setting in .net?
What is the single responsibility principle?
what is the keyword used for self reference?
How will you load dynamic assembly? How will create assemblies at run time?
Is Driver Script any how related to AOM?
What is .net technology?
Explain the different parts of an assembly?
Why do we use msmq?
Explain about .NET services?
What is namespaces in .net?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Compare client server application with n-tier application