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
when a request is made in Life cycle of ASP.NET page .
Explain the difference between dataset and datareader.
What is asynchronous call?
What is the significance of finalize method in .net?
explain code with datachaching with example
What is cas?
How to comment out asp.net tags?
What does postback mean?
What is the displayafter property in updateprogress control?
What are the features of asp.net mvc?
Differentiate between early binding and late binding.
Explain login controls.
What are the main differences between asp and asp.net?
List all templates of the repeater control.
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?