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 a .DLL and .EXE files called in .NET?

0 Answers   CitiusTech,


Differentiate between managed and unmanaged code?

0 Answers  


Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?

0 Answers   Infosys,


Explain .NET architecture?

0 Answers   TCS,


Explain what is the difference between constants and read-only variables?

0 Answers  






i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


Can you create instance of a class which has private constructor?

0 Answers  


Conceptually, what is the difference between early-binding and late-binding?

0 Answers  


How to produce an assembly?

0 Answers  


Do you know the difference between the stack and the heap?

0 Answers  


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

3 Answers  


What is "microsoft intermediate language" (msil)?

0 Answers  


Categories