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
How does the service stream content?
How can we update records in gridview?Is there any appropriate code for it?
Why do we use asp.net?
How do I use response redirect?
Where code pages are used?
What are the event handlers that can be included in the Global.asax file?
What are app services?
I’m having some trouble with cas. How can I diagnose my problem?
What are the two properties that are common on every validation control?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What are user controls?
What is viewstate in asp net with example?
What is a global postback url?
Why is mvc better than asp.net?
What is connection pooling and how to enable and disable connection pooling?