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 unit test done by tester on development team?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Is http stateful or stateless?
What is .net framwork?
what is entityclient?
What operating systems will the .net framework 3.0 be available for?
What is Layout in ASP.Net MVC?
What is separation of concerns in asp.net mvc?
Give an example for authorization filters in an asp.net mvc application?
how can you tell ef to have a different table or column name than that defined for the class?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What is the "helperpage.isajax" property?
What is code first? : Entity framework
How does the 'page lifecycle' of asp.net mvc works?
Explain Bundle.Config in ASP.Net MVC4?