What is MSIL, IL, CTS?
Answers were Sorted based on User's Feedback
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 |
Answer / triveni
MSIT: MycroSoft Integrated Ltd.
CTS:Commun Type System.
Is This Answer Correct ? | 0 Yes | 2 No |
What is a .DLL and .EXE files called in .NET?
Differentiate between managed and unmanaged code?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
Explain .NET architecture?
Explain what is the difference between constants and read-only variables?
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?
Can you create instance of a class which has private constructor?
Conceptually, what is the difference between early-binding and late-binding?
How to produce an assembly?
Do you know the difference between the stack and the heap?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What is "microsoft intermediate language" (msil)?