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
Explain Sections is ASP.Net MVC?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Do I need microsoft .net framework?
Explain Keep method in Tempdata in ASP.Net MVC?
What are the advantages of razor view engine?
What are action filters?
How to Redirect Tracing to a File
What is the .net framework 3.0 (formerly winfx)?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What type of filter does outputcacheattribute class represents?
What is entity framework used for?
What are the 2 ways of adding constraints to a route?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Why should we go for entity framework?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?