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
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is the "helperpage.isajax" property?
What is namespace of asp.net mvc?
What is clr? How does work clr & wht is work of clr?
Explain Bundle.Config in ASP.Net MVC4?
How we can handle the exception at controller level in ASP.Net MVC?
Does .NET Framework support SAX?
Explain unit test done by tester on development team?
What is code first? : Entity framework
What is meant by tempdata in mvc?
What is attribute routing in mvc?
What is the advantage of using asp.net routing?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is net framework 3.0 ?
What is NonActionAttribute ?