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

How does the .net framework 3.0 relate to the .net framework 2.0?

549


What are Action Methods in ASP.NET MVC?

570


What is difference between html.beginform and ajax.beginform?

599


How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?

554


What is entity framework firstordefault?

534






How we can multiple submit buttons in ASP.Net MVC

619


What is entity framework in asp net?

528


Do I need microsoft .net framework?

544


Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

2051


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

537


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

560


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

593


What is controllercontext?

532


I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?

2642


Explain covariance and contra-variance in .net framework 4.0. Give an example for each.

566