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 are the benefits of .net framework?
What does a viewmodel do?
Explain the methods used to render the views in mvc?
What is the difference between old ADO.NET and Entity framework coding techniques?
What is namespace of asp.net mvc?
What is orm entity framework?
How large is the .net framework 3.0?
What filters are executed in the end?
Explain the advantages of asp.net mvc over asp.net?
What is clr? How does work clr & wht is work of clr?
what is split entity?
What is Peek method in Tempdata in ASP.Net MVC?
Can I use razor code in javascript in asp.net mvc?
What is the difference between viewbag and viewdata in mvc?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?