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 |
Explain the difference between vb and vb.net?
What is Garbage Collection in .Net? Garbage collection process?
How to debug failed assembly binds?
Explain the garbage collection process?
Difference between assembly manifest & metadata
What does jit compilation do in .net?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What is the difference between function and stored procedure?
Explain what is an anonymous method and how is it different from a lambda expression?
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
What are the similarities and difference between class and structure in .net?
Difference b/w dataset.clone and dataset.copy ?