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
Explain the role of assembly in the .net framework.
What are actions in mvc?
What is basic authentication in web api?
What are action filters?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What are the advantages of mvc over asp.net?
What is difference between razor and web form engine?
Which is the root namespace for fundamental types in .net framework?
What is the version number for the next version of the .net framework, codenamed �orcas�?
What is the difference between entity framework and mvc?
How can we determine action invoked from HTTP GET or HTTP POST?
Can you please explain the request flow in ASP.NET MVC framework?
Explain the new features added in version 4 of mvc (mvc4)?
What is objectcontext? : Entity framework
What are the components required to create a route in mvc?