Answer Posted / j_baghla
CTS:-Common type system means a system which commons the
type.We get the language interoperability in .net thru
CTS.B'coz when we compile the code written in .net language
then it complies into managed(MSIL) which contains .net
datatypes like system.int32...etc.
CLS:-common language specification which is the subset of
CTS.It is basically designed for compiler vendors which
tells that their language shud support support for 32 bit
integer,exception handling.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How can you make sure that web api returns json data only?
Explain server control extensibility with reference to asp.net 2.0 ?
What are the elements of a website?
What are the various types of cookies in asp.net?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
How can we make sure that Web API returns JSON data only?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is a viewstate?
What are the various ways to send content from one page to another?
What is enableviewstate in asp net?
How to retrieve user name in case of Window Authentication?
WSDL means?
What is the difference between session and application?