Answer Posted / vaidyanathan r
MSIL and IL are one and the same. This is a intermediate
language used to convert the source code to Portable
Executable(PE) file(otherwise called assemblies) during
compilation.This PE file is machine independent.
CTS is the set of Types(Framework Classes) commonly
supported by all of the .NET languages to achieve the
language interoperability.
| Is This Answer Correct ? | 71 Yes | 15 No |
Post New Answer View All Answers
Explain the new features 3.5 framework against with the tool?
What is ViewStart Page in ASP.Net MVC?
Is it possible to cancel filter execution?
What is Dependency Injection in ASP.Net MVC
What are the options can be configured in AJAX helpers?
What is work of clr?
What is Peek method in Tempdata in ASP.Net MVC?
what is entityclient?
Explain what is the difference between view and partial view?
What is the advantage of using asp.net routing?
How we can call a javascript function on the change of a dropdown list in mvc?
mention what is csdl, ssdl and msl sections in an edmx file?
Which filter executes first in an asp.net mvc application?
What is Layout in ASP.Net MVC?
What is the meaning of unobtrusive javascript?