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 assemblies in .net?
what is event inheritance and event delegation?
Do you know what is garbage collector?
What is the difference between a Hash Table and a Dictionary?
What is the difference between user control an custom control? Advantages/disadvantages?
How many namespaces are in .net version 1.1?
What is Meta Data? Explain Types of Assemblies
What are the new features in .net core?
What is alias ? Is it used in .Net ?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
How to create multiple inheritance in c#, with example?
What is the intermediate language between asp and asp.net1.0?