What is MSIL, IL, CTS?

Answers were Sorted based on User's Feedback



What is MSIL, IL, CTS?..

Answer / chinnu

MSIL is Microsoft Intermediate Language, whtever code
written in .net is complied into an intermediate native
language and this language is called MSIL, this language ia
again complied into low level intermediate lamguage called
Just In Time Compiler.

CTS is Common Type System that defines how variables,
methods are decalred & how object are defined & used

Is This Answer Correct ?    5 Yes 1 No

What is MSIL, IL, CTS?..

Answer / prasad

MSIL,IL is same i.e All .net source code compiled to MSIL.
CTS means it is a set of type definations

Is This Answer Correct ?    0 Yes 2 No

What is MSIL, IL, CTS?..

Answer / triveni

MSIT: MycroSoft Integrated Ltd.
CTS:Commun Type System.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Dot Net General Interview Questions

What is common language specification (cls)?

1 Answers  


What is deferred execution vs. Immediate execution in linq?

1 Answers  


Explain the purpose of Remoting in .NET?

1 Answers   Petranics Solutions,


What is a windows process in .net?

1 Answers  


What are three common acronyms used in .net, and what do they stand for?

1 Answers  


What are the new thee features of com+ services, which are not there in com (mts)?

1 Answers  


What is Meta Data? Explain Types of Assemblies

2 Answers   Deloitte,


What is 'Common Type System' (CTS) in .NET?

1 Answers   NA,


What is serialization in .NET? What are the ways to control serialization?

1 Answers  


What data providers available in .net to connect to database?

1 Answers  


How to implement CAS in .Net?

1 Answers   247Customer,


What is garbage collection and how it works ?

1 Answers  


Categories