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 tempdata in asp.net mvc?
Can you explain model, controller and view in mvc?
Can we add constraints to the route? If yes, explain how we can do it?
differences between poco, model first and data first approach?
what is use of entity container?
What is the use .Glimpse in ASP.Net MVC
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
how do you mark a property as required? For example, for a project, the name is a required field.
What are actions in asp.net mvc?
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?
Is .net framework 4.8 the last version?
What is ado.net data provider? : Entity framework
Is it possible to share a view across multiple controllers?
mention what is csdl, ssdl and msl sections in an edmx file?
What is meant by tempdata in mvc?