Answer Posted / srikanth
CTS-Common Type Specification is the subset of CLS-Common
Language Specification. CTS specifies the list of types
that are used and are understandable by the .net runtime
where are CLS specifies the specification for all the .net
supported languages.
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
Explain repository pattern in asp.net mvc? : asp.net mvc
What is the difference between table and query?
How does asp page work?
Write a code for passing ArrayList in Web API?
What are user controls?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is the difference between page-level caching and fragment caching?
What is query string in asp.net?
What is the use of global.asax file?
How can we apply themes to an asp.net application?
What is meant by ispostback in asp net?
What is marshalling ? Is it a part of asp.net ?
What is the full form of asp.net?
What threading model used in asp and asp.net?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?