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 "common language runtime" (clr) in .net?
What are the fundamental objects in ADO.NET?
Is .net core installed?
Explain how to stop a thread?
what is AGILE SCRUM methodoly....?
Explain the different parts of an assembly?
How WSDL is stored ?
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?
Explain .net framework overview?
what is event inheritance and event delegation?
What is STA in .NET?