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
How route table is created in ASP.NET MVC?
What is partialview in asp.net mvc?
Mention what is the difference between “ActionResult” and “ViewResult” ?
If I have multiple filters implemented, what is the order in which these filters get executed?
Explain bundle.config in mvc4?
Is http stateful or stateless?
What is stateless model?
What symbol would you use to denote, the start of a code block in razor views?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is .net framework used for?
what is conceptual model?
How does servicing work for the .net framework 3.0?
Is .net core replacing .net framework?
Explain what is the difference between view and partial view?
What is .net framwork?