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 does jit do?
When we use windows api in .net is it managed or unmanaged code?
How is a property designated as read-only?
What is meant fulltrust?
What is the Difference between directcast and ctype?
What is .net3.0 and .net3.5?
Describe ways of cleaning up objects.
What is use of ContextUtil class?
What is the concept of inheritance and how it works in .net?
What are the fundamental objects in ADO.NET?
What is Full trust permission set in .Net
Do you know what is .net standard?