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 are Model Binders in ASP.Net MVC?
What filters are executed in the end?
What is Attribute Routing in ASP.Net MVC?
Explain Model, view and Controllers in Asp.Net MVC?
Is .net core replacing .net framework?
How does the 'page lifecycle' of asp.net mvc works?
What is the .net framework and how does it work?
Explain Bundle.Config in ASP.Net MVC4?
how can you enhance the performance of entity framework?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What are the advantages of razor view engine?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Is dapper faster than entity framework?
What is layout in mvc?
How to Redirect Tracing to a File