About CLS and CTS?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / navaneetha krishnan
common language specification(CLS)
common type system(CTS)
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 ? | 17 Yes | 2 No |
Answer / divya
common language specification(CLS)
common type system(CTS)
| Is This Answer Correct ? | 13 Yes | 4 No |
Answer / muruga ganesh
CLS - CLS defines the rules to support language
integration. This is done in such a way, that programs
written in any language (.NET compliant) can interoperate
with one another.
CTS - CTS is a Common Type System, it describes how types
are declared, used and managed. CTS facilitates
cross-language integration, type safety, and high
performance code execution.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / sathasivam bharathidasan un
common language specification(CLS)
common type system(CTS)
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / karthik
CLR has CLS and CTS.
CLR purpose is compile all language.
CLR need of accepting all language (by CLS).
CLS need of accepting all (data)types in each language.(by CTS).
| Is This Answer Correct ? | 1 Yes | 2 No |
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What is the relationship(in oops) between codebehind and inline code(.aspx to .aspx.cs)??? explain
What is custom control. What is the difference between custom control and user control?
Which is better union or union all?
how to update data set?
What is webresource axd?
What are Sticky Sessions?
How do you do validations. Whether client-side or server-side validations are better ?
2 Answers InfoLinks, Microsoft,
Where do the cookie state and session state information be stored?
What are the benefits of view state?
What are the new web part controls in asp.net 2.0 ?
Why we use content place holder in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)