Whats MSIL, and why should my developers need an
appreciation of it if at all?
Answer Posted / sudhir sheoran
MSIL stands for Microsoft Intermediate Language.
Code written in any programming language is converted
to MSIL using corresponding compilers.
E.g: c++ used c++ compiler to convert code into MSIL.
At run time CLR converts this MSIL into
machine instructions(Native Code)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the sequence in which ASP.NET events are processed?
What are the various types of validation controls provided by asp.net?
Why is asp.net so popular?
What is session mode in asp.net?
What are the layouts of ASP.NET Pages?
Explain how cookies work. Give an example of cookie abuse.
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is loop in asp.net?
How does the iis work?
Explain the disadvantages of viewstate?
Explain the difference between an exe and a dll?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
How does session state work in asp.net?
How are sessions stored?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc