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 is the procedure to add assemly to gac to make it shared one?
Where does the gac exist ?
Which namespace does it belong to by default?
What makes .net core cross platform?
Explain different types of html, web and server controls.
what is prototype design pattern in .net
What is gac in .net?
Why you want to leave your previous company.
Please explain what is the .net framework and how does it work?
Tell us why do we use the “using” statement?
What is STA in .NET?
Describe the compilation process for .net code?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Explain what is mutex?
How to Create and Consume a Web Service?