Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 the use of the default route {resource}.axd/{*pathinfo} ?

1073


What are advantages of Dependency Injection (DI) in ASP.Net MVC?

1141


What symbol would you use to denote, the start of a code block in razor views?

1028


Explain linq to entities? : Entity framework

1099


Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?

1071


Can you explain the page life cycle of mvc?

1058


What is the .net framework and how does it work?

1019


Explain what is the difference between view and partial view?

1126


What is rxjava used for?

1177


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

1175


What is page life cycle?

1069


Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?

1041


What is entitytypes? : Entity framework

1082


What you mean by routing in mvc?

1160


What is conceptual model? : Entity framework

982