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 |
Can we share session between ASP.Net & ASP
3 Answers Accenture, Value Labs,
What are virtual destructures?
Can you write a class without specifying namespace?
How to store and retrieve images in SQL server database through VB.NET?
What are the main components in .net?
What is class library in .net
What is DTS and explain the purpose of it?
What is COM Interoperability in .NET
How is threading done in .net?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
Please explain what is the difference between odbc and ado?
Difference between assembly manifest & metadata