Answer Posted / ron
MSIL is the CPU –independent instruction set into which .Net
framework programs
are compiled. It contains instructions for loading, storing
initializing,
and calling methods on objects.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
How do you handle variable number of segments in a route definition?
What is the purpose of a web form?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
What is an asynchronous controller in asp.net mvc?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What are scaffold templates in mvc?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is the difference between adding routes, to a webforms application and to an mvc application?
The order of the filters that get executed, if the multiple filters are implemented?
What is page life cycle?
Does .NET Framework support SAX?
What is tempdata?
Is it possible to create a custom filter?
Describe the gac in the .net framework.
Is dapper faster than entity framework?