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
What makes .net core cross platform?
What are Attributes in .NET?
What is a metadata in .net?
What are the new 2.0 features useful for?
When we go for html server controls and when we go for web server controls?
Explain code access security.
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What are the new thee features of com+ services, which are not there in com (mts)?
What is a .DLL and .EXE files called in .NET?
What is .net3.0 and .net3.5?
Difference between machine.config and web.config?
Tell me what is a “jagged array”?
Should I implement finalize on my class? Should I implement idisposable?
What is multiThreading in .NET?
Why inheritance is important?