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
How to Create an Intranet Site Using ASP.NET MVC?
Explain the types of Scaffoldings.
What are Validation Annotations?
How can I return string result from action in asp.net mvc?
Explain the methods used to render the views in mvc?
What is Attribute Routing in ASP.Net MVC?
Explain ASP.NET MVC Identity and Security?
Explain JSON Binding?
What is ViewStart Page in ASP.Net MVC?
In razor syntax, what is the escape sequence character for @ symbol?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is viewbag title?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is a model in android?
List out few different return types of a controller action method?