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 |
Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com
Explain about the Common Language Runtime?
Can a dll be changed to an exe?
What is the difference between response.redirect & server.transfer?
What are Generics? Where do we use them.
Difference between VB.NET and C#. Which is faster ?
What is lazy initialization?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
How will you do redo and undo in textbox control?
What is the difference between constants and read-only variables?
I'm having some trouble with cas. How can I troubleshoot the problem?
Which ports are used by viruses? UDP/TCP?