Answer Posted / dhana
the extension msil code is microsoft intermediate language
code,when ever our applicatation compile ,msil will be
generated,it having the metadata infromatin.when jit
compilter it convert to mechine code.
| Is This Answer Correct ? | 11 Yes | 14 No |
Post New Answer View All Answers
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
What are the security policy levels in .Net
Can you explain what do you understand about web service?
Explain how to redirect tracing to a file?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
How does linq work?
Differences between dll and exe?
What is .net environment?
Should I implement finalize on my class? Should I implement idisposable?
Do you know what is the difference between an abstract class and an interface?
Can I write my own .net host?
What is static constructor, when it will be fired?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Elements of CAS
How to load a user control dynamically in runtime?