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 specification (cls)?
What is deferred execution vs. Immediate execution in linq?
Explain the purpose of Remoting in .NET?
1 Answers Petranics Solutions,
What is a windows process in .net?
What are three common acronyms used in .net, and what do they stand for?
What are the new thee features of com+ services, which are not there in com (mts)?
What is Meta Data? Explain Types of Assemblies
What is 'Common Type System' (CTS) in .NET?
What is serialization in .NET? What are the ways to control serialization?
What data providers available in .net to connect to database?
How to implement CAS in .Net?
What is garbage collection and how it works ?