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
8. Why do you want to work here?
What are asp.net web forms?
What is base class of .net?
Can viewstate be accessed in another page?
Explain the difference between dataset and datareader.
How can I have a particular web page in an asp.net application which displays its own error page?
Securitywise What are the Enhancements in 2.0?
Explain MVC model binders?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is the typical session identifier?
Explain how does asp page work?
Explain the advantages of caching?
What are the advantages of using session?
What is the difference between trace and debug in asp.net?