Answer Posted / uniquedurrani
MSIL or IL both are same things. MSIL is just similar to
Java's Bytecode. Both MSIL nd Bytecode are the Intermediate
Code, generated by the compiler, which is a platform
independent code. this code has no concern with Operating
System. its simply Platform independent code. which is then
executed by the JIT Compiler.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
What is razor code?
Explain representational state transfer (rest) in detail?
What is clr? How does work clr & wht is work of clr?
List out few different return types of a controller action method?
What is model first? : Entity framework
What is the difference between ViewData, ViewBag and TempData?
Do you know about the new features in ASP.Net MVC 4 ?
What is representational state transfer (rest) mean?
What is routeconfig.cs in mvc 4?
What are the possible razor view extensions?
Explain .Net Framework? Why we use it?
Can we have enum in entity framework?
What you mean by routing in asp.net mvc?
What is Layout in ASP.Net MVC?
What is the need of Action Filters in ASP.Net MVC