Answer Posted / ashish kumar gupta
MSIL means Microsoft Intermediate Language or CIL (common Intermediate Language).All source code written in any .NET SUPPORTIVE LANGUAGE (c#,VB.net,etc)When compile convert into MSil
Then MSIL converts the source code into intermediate language & then machine code by JIT(Just In Time ) Compiler.
IT is similar as java Byte code with the help of it we can run any program at any plateform by using CLR.
Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is orm entity framework?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What are the 2 ways of adding constraints to a route?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How to change the action name in mvc?
What is the meaning of unobtrusive javascript?
Can we add constraints to the route? If yes, explain how we can do it?
Why should we go for entity framework?
I want ask from plz smaple example code for Biztalkk server
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is net framework 3.0 ?
Explain RenderBody and RenderPage in ASP.Net MVC?
What is the difference between windows vista and .net framework 3.0 ?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What are the main components of .net framework?