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 the 'page lifecycle' of an ASP.NET MVC?
explain how you can load related entities in ef (entity framework)?
What is the use of razor view engine?
Can you use Razor code in Javascript in ASP.Net MVC?
Give an example for authorization filters in an asp.net mvc application?
What is .net framework in simple terms?
What is mvc entity framework?
Is entity framework slow?
What is entitytypes? : Entity framework
If I have multiple filters implemented, what is the order in which these filters get executed?
Explain Model, view and Controllers in Asp.Net MVC?
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
What are html helpers in asp.net mvc?
explain why t4 entity is important in entity framework?
What is difference between Viewbag and Viewdata in ASP.NET MVC?