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 |
How anonymous method is different from a lambda expression?
Explain the Scope of public/private/friend/protected/protected friend.
What is the procedure to add assemly to gac to make it shared one?
Do you know what is the difference between an abstract class and an interface?
what is the keyword used for self reference?
What is Code group in .Net with respect to CAS
What are good ADO.NET object(s) to replace the ADO Recordset object.
How can you manage pagination on a page using .Net?
What is strong name?
What is lazy initialization?
What exactly is being serialized when you perform serialization in .net?
What are the two kinds of properties.