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
What is application state?
What are the validation controls available in ASP.NET?
Will the asp.net validators run in server side or client side?
How do you hide the columns?
What are the session variables?
What r the asp.net list controls and diff. Between them?
What is masterpage?
Explain the use of view state?
What is difference cookie and session?
Which methods validate all the controls on a page?
How does session work in asp net?
Explain how to prepare culture-specific formatting in .net.
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What are asp.net web forms?
How asynchronous call can be implemented using delegates?