How is a managed code executed?
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 |
What is heap and what is stack?
What are .net applications?
What is .net3.0 and .net3.5?
Can I write il programs directly?
What is portable executable (PE)?
why .net does not support multiple inheritance?
How do you trigger the paint event in system.drawing?
What is Full trust permission set in .Net
What is Garbage Collection in .Net and what is the Garbage collection process?
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
Explain what is the difference between response.redirect & server.transfer?
What is web.config in .net?