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
Where viewstate value is stored in asp.net?
What are the main requirements for caching?
Is asp net front end or backend?
How do you secure your configuration files to be accessed remotely by unauthorized users?
How do cookies work?
How do you secure your connection string information?
Where session variables are stored?
Can I tap into other windows livetm services?
How you can stop the validation of ASP.NET controls from client side?
Why web api is better than wcf?
What is the part of url?
How do u optimize a query in asp.net?
How can you handle exceptions in asp.net?
What is the typical session identifier?
How does a content page different from a master page?