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 |
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Elaborate differentiation between Cache and Application?
How do I publish my asp.net application to my isp's web server?
What is a 307 redirect?
Why is catch(Exception) almost always a bad idea?
how to convert from sql2000 numeric to int in asp.net with sqlparameter?
What is cross page posting in asp net?
Can we add code files of different languages in app_code folder?
Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?
How to find last error which occurred in Asp.net ?
What is the purpose of App_Code folder in ASP.NET? Why we this?
0 Answers Sans Pareil IT Services,
What is the difference between sealed vs static class?