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

Explain the difference between task and thread in .net?

0 Answers  


What are the benefits of Model-View-Controller Architecture?

1 Answers  


What is the difference between server.transfer and response.redirect? Why?

0 Answers  


what is the difference between early binding and late binding in .net?

2 Answers   Satyam,


How inheritance works in .net?

0 Answers  






Tell us what is heap and what is stack?

0 Answers  


What is DTS and explain the purpose of it?

0 Answers   ADITI,


Explain me difference between public and static modifiers?

0 Answers  


Different levels of priority provided by .net.

0 Answers  


How can I get at the win32 api from a .net program?

0 Answers  


Explain about managed heap?

0 Answers  


How is a property designated as read-only?

2 Answers   Siebel Systems,


Categories