What is MSIL, IL, CTS?

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


Please Help Members By Posting Answers For Below Questions

Explain the role of assembly in the .net framework.

771


What are actions in mvc?

746


What is basic authentication in web api?

720


What are action filters?

779


What is main objective of asp.net mvc 4 or what is new in mvc4 ?

813


What are the advantages of mvc over asp.net?

754


What is difference between razor and web form engine?

748


Which is the root namespace for fundamental types in .net framework?

754


What is the version number for the next version of the .net framework, codenamed �orcas�?

695


What is the difference between entity framework and mvc?

737


How can we determine action invoked from HTTP GET or HTTP POST?

763


Can you please explain the request flow in ASP.NET MVC framework?

837


Explain the new features added in version 4 of mvc (mvc4)?

755


What is objectcontext? : Entity framework

831


What are the components required to create a route in mvc?

806