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 are the difference between function and stored procedure in .net programming language?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Write the different features of a Thread and a Process?
What is s2s tracking?
Explain the asp.net mvc request life cycle? : asp.net mvc
Can we use a static function with a non-static variable?
What are the cookies types in asp.net?
Is oauth for authentication or authorization?
What are validator? How do you disable them?
when a request is made in Life cycle of ASP.NET page .
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the function used for removing an event listener?
What is difference between ispostback and autopostback in asp net?