Answer Posted / lokendra khandelwal
common language specification defines the common types that
are supported by the languages which are compatible with the
.net framework. For example if u develop a webservice with
functions which are accepting unsigned integer values as
parameter and u want to use that service in a language that
won't supports unsigned integers then u will get a problem
.So the languages which wants to be compatable with .net
must support the types that are specified by CLS.
CTS is the service which is used by the CLR to manage the
code.CTS can express the semantics of any programming
language. CTS defines a standard set of types and rules to
create new types.The runtime understands how to create and
execute these types.Compilers and interpreters use the
runtime(CLR) services like CTS to define types,manage
objects and make method calls instead of using tool or
language specific methods.CTS goal is to enable multi
language integration
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How does the cookies work in asp.net?
How would you turn off cookies on a page of a website?
Explain http handlers? Where we can use the http handlers?
What is data grid view in asp.net?
Explain the code Access Security (CAS) in .net Framework?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is IPostBack? How to use it?
Is it true that a Web service must be written in .NET or not?
What is session and application variable in asp net?
how to elimainte the similar data from the different tables
Describe the .net base class library.
Can we add code files of different languages in app_code folder?
Is oauth for authentication or authorization?
What is enableviewstate in asp net?
Why select Web API?