What is CTS, CLS and CLR ?
Answer Posted / mouli
Common Type System CTS :A fundamental part of the .NET
Framework's Common Language Runtime (CLR), the CTS
specifies no particular syntax or keywords, but instead
defines a common set of types that can be used with many
different language syntaxes.
Common Language Specification (CLS):The Common Language
Specification (CLS) describes a set of features that
different languages have in common.
The CLS includes a subset of the Common Type System (CTS).
The CLR is a multi-language execution environment
| Is This Answer Correct ? | 162 Yes | 43 No |
Post New Answer View All Answers
what is publisher?
Can we override the enablepartialrendering property of the scriptmanager class?
Explain ViewState?
What is the latest version of asp.net?
How to find last error which occurred in Asp.net ?
Where the assembly is stored in asp.net?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What does the hotspot class in .net do?
What is HTTPModule and HTTPcontext? What is the use of each?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What are the namespace classes used in asp.net mvc? : asp.net mvc
How do http sessions work?
Can you explain page lifecycle in net?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Explain how dot net compiled code will become platform independent?