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 do I open an ashx file?
Explain transparent caching with aop?
What's the use of formatters in .net?
Can viewstate be accessed in another page?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What are web server controls in asp.net?
How to find last error which occurred in Asp.net ?
What are the events in a page life cycle?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
Explain the difference between array and linkedlist?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What are the main advantages of using asp.net?
Disable Mouse right click on web page in asp.net?
Why is the standalone environment only useful during the development process?
What is runat?