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 me what is an anonymous method and how is it different from a lambda expression?

0 Answers  


Explain the purpose of Remoting in .NET?

0 Answers   Petranics Solutions,


What is assemblies in .net?

0 Answers  


What is the difference between a debug and release build?

0 Answers  


Explain the two different types of typecasting?

1 Answers  






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

1 Answers  


What is immutability?

0 Answers  


Using com component in .net?

0 Answers  


What is a Manifest?

1 Answers   CTS,


Is there any thread in our .net programs?

0 Answers  


Explain about .Net products?

0 Answers  


ctype(123.34,integer) - should it throw an error? Why or why not?

1 Answers   Wipro,


Categories