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

How Can Registry Editor in .NET?

1 Answers  


Is .net core free?

0 Answers  


What is Event Bubbling in .NET?

0 Answers   Viscus Infotech,


What is a manifest in .net?

0 Answers  


How will u load dynamic assembly? How will create assemblies at run time?

1 Answers  






How many types of generations are there in a garbage collector?

0 Answers  


What is deferred execution vs. Immediate execution in linq?

0 Answers  


Explain webfarm vs webgardens in .net?

0 Answers  


Dynamic Fonts

0 Answers  


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

0 Answers  


what is the default security setting in .net?

0 Answers  


What are situations when you register .NET assembly in GAC ?

0 Answers   UGC Corporation,


Categories