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
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Differentiate between structure and class.
How do I create a web form?
Is viewstate secure?
Is razor a programming language?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is meant by ispostback in asp net?
How do you implement sql caching in asp.net?
Explain what is viewstate?
What is the difference between system.stringbuilder and system.string
What does aspcompat="true" mean?
What are the difference between function and stored procedure in .net programming language?
What is autopostback true?
Is asp.net web forms dead?
How does session id work?