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

What is Separation of Concerns in ASP.NET ASP.Net MVC?

597


Can a view be shared across multiple controllers? If yes, how we can do that?

585


What are the components required to create a route in ASP.Net MVC?

581


How we can invoke child actions in ASP.Net MVC?

572


Does .NET Framework support SAX?

558






What are the possible razor view extensions?

565


What are scaffold templates in mvc?

576


what is minimum requirement for entity framework applications to run?

574


What is edm (entity data model)? : Entity framework

543


What is the role of the jit compiler in .net framework?

621


What is Peek method in Tempdata in ASP.Net MVC?

596


List out few different return types of a controller action method?

605


What are the advantages of asp.net mvc?

557


what is way of loading data in ef (entity framework)?

588


What is Attribute Routing in ASP.Net MVC?

591