What is MSIL, IL, CTS?

Answer Posted / mahesh kotekar

MSIL stands for Microsoft Intermediate Language in short
MSIL or IL(Intermediate Language). When you compile a
program the CLR will compile the code into MSIL code. which
will then be included in the assembly[exe/dll]. When you run
the program in client place. The clr will manage to convert
the MSIL into machine language by a process called Jitting.

CTS =? Common Type Specifications. A set of specifications
defined by the dotnet framework. Every type in dotnet should
comploy with CTS specifications. For example
int16,int32,int64 in C# belongs to dotnet type Int and
integers in VB.net is asso same as dotnet type Int. This
will help in Interlanguage Interoperation :) Correct me if
am wrong!!!!

Is This Answer Correct ?    22 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is entity sql?

781


Explain dependency resolution?

809


Why is entity framework used?

777


Explain something about model, view and controllers in asp.net mvc?

747


Does .NET Framework support SAX?

743






What are the Core features of ASP.NET MVC?

794


What is filters in web api?

695


explain what does .edmx file contains?

815


How can I tell what .net framework is installed?

699


What is namespace of asp.net mvc?

831


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

750


what do you mean by navigation property?

775


Is http stateful or stateless?

749


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

775


Does Tempdata hold the data for other request in ASP.Net MVC?

727