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

questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }

1 Answers   Manhattan,


Can u explain me What is encapsulation?

7 Answers   Deloitte, GK companies,


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,


What are the types of assemblies in .net?

0 Answers  


How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?

0 Answers  






What are the Project related questions generaly asked in the interview. Mail to: ana_net1@yahoo.com

2 Answers   TCS,


As you know read-only variables and constants have many similarities, but what is at least one way that they differ?

0 Answers  


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

0 Answers  


Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.

1 Answers  


Explain the difference between task and thread in .net?

0 Answers  


What are multicast delegates?

0 Answers  


How viewstate is being formed and how it's stored on client in .net?

0 Answers  


Categories