About CLS and CTS ?
Answers were Sorted based on User's Feedback
Answer / rahul
sorry guys for the wrong answer which was given above.
CLS COMMON LANGUAGE SPECIFICATION is nothing but it has a
set of minumum standards that all the languages using .net
framework should support.
CTS Common Type System ensures compatability between the
components that are developed in different languages.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / hitesh arora
The .NET Framework provides a runtime environment called the Common Language Runtime or CLR (similar to the Java Virtual Machine or JVM in Java), which handles the execution of code and provides useful services for the implementation of the program.
The Common Language Runtime is the underpinning of the .NET Framework. CLR takes care of code management at program execution and provides various beneficial services such as memory management, thread management, security management, code verification, compilation, and other system services. The managed code that targets CLR benefits from useful features such as cross-language integration, cross-language exception handling, versioning, enhanced security, deployment support, and debugging.
Common Type System (CTS) describes how types are declared, used and managed in the runtime and facilitates cross-language integration, type safety, and high performance code execution.
The Common Language Specification (CLS) is an agreement among language designers and class library designers to use a common subset of basic language features that all languages have to follow.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
What is the basic difference between asp and asp.net?
Page Life Cycle in ASP.NET
Is asp.net mvc front end or backend? : Asp.Net MVC
In which event of page cycle is the viewstate available?
Will the asp.net validators run in server side or client side?
What is the difference between runtime version and version?
what is CTS?
Whats an assembly
What is a global postback url?
is it possible to use web site without web server from remote place?
1 Answers ABC, Mannar Company, Quadrant,
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
How does session work in asp net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)