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 the .net framework?
What is an asynchronous controller in asp.net mvc?
Explain the role of assembly in the .net framework.
How can we determine action invoked from HTTP GET or HTTP POST?
What is mapping in entity framework? : Entity framework
Is it possible to share a view across multiple controllers?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is latest version of .net framework?
Do I need microsoft .net framework?
What is meant by domain model?
What is .net framework used for?
Can you explain the page life cycle of mvc?
What is asp net framework?
what is entity framework?
How to change the action name in ASP.Net MVC?