Answer Posted / sarat3884
MSIL :An intermediate language generated by compiler is
called MSIL. All .Net assemblies are represented in MSIL.
The main Advantage of using MSIL is it provides equal
performance for multiple language programming, as code is
compiled to native code.
Example: Performance of application developed in C# is
similar to VB.net or any other .Net compliant language that
is because of MSIL.
Common Type System CTS :A fundamental part of the .NET
Framework's Common Language Runtime (CLR), the CTS
specifies no particular syntax or keywords, but instead
defines a common set of types that can be used with many
different language syntaxes.
| Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
What is the use of view model in asp.net mvc?
What is action methods in web api?
mention what are the various methods provided by the dataset object to generate xml?
mention in what all scenarios entity framework can be applicable?
Explain test driven development (tdd) ?
How we can multiple submit buttons in ASP.Net MVC
What are the main components of .net framework?
What is the version number for the next version of the .net framework, codenamed �orcas�?
What is layout in mvc?
In razor syntax, what is the escape sequence character for @ symbol?
how to disable the lazy loading framework?
Explain the 'page lifecycle' of an ASP.NET MVC?
What is poco proxy? : Entity framework
How large is the .net framework 3.0? Does this change make the release larger?
What are the levels at which filters can be applied in an asp.net mvc application?