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 .net framwork?
what is entityclient?
What is entity client data provider? : Entity framework
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What are child actions in ASP.Net MVC?
How to use Jquery Plugins in ASP.Net MVC validation?
What is namespace of asp.net mvc?
What is the role of the jit compiler in .net framework?
How to make sure Client Validation is enabled in ASP.Net MVC
Can I add asp.net mvc testcases in visual studio express?
What are authentication filters in web api?
What are the new enhancements done in default project template of asp.net mvc 4?
what is deferred loading(lazy loading)?
What is .net architecture?
differences between poco, model first and data first approach?