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
What is the difference between ldap and active directory?
What is http protocol and how it works?
What is tracing? Where is it used?
What are the types of validation in asp net?
What is the page life cycle in asp.net?
What are the different authentication modes in asp.net?
What is a session http?
What is the difference between client-side and server-side validations in ASP.NET?
What is the use of dispose method?
How do you design a website with multilingual support in ASP.NET ?
What are themes and skins in 2.0, explain usage scenario?
What does postback mean?
What is session handling in a webfarm, how it can work with its limits?
What are session cookies?
Who can consume WebAPI?