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 are Generics? Where do we use them.
Is .net core stable?
Explain the purpose of Remoting in .NET?
0 Answers Petranics Solutions,
What is the root class in .net?
Explain about the Common Language Runtime?
What is a delegate in .NET?
Please explain what is the difference between constants and read-only variables?
is c#.net supports multiple inheritance?
What is use of ContextUtil class?
What are pdbs?
What are the purposes of using .net?
How many types of transactions are there in com + .net ?