Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


About CLS and CTS ?

Answers were Sorted based on User's Feedback



About CLS and CTS ?..

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

About CLS and CTS ?..

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

About CLS and CTS ?..

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

Post New Answer

More ASP.NET Interview Questions

Is it possible to change the index of primary key on table?

0 Answers  


Describe how passport authentication works.

0 Answers  


In which event are the controls fully loaded?

0 Answers  


How do you register a .NET assembly?

3 Answers   Microsoft,


What is difference between cache and session?

0 Answers  


How to configure a website without using IIS.

3 Answers   CGI,


How can we prepairing Interview

0 Answers   ITcom, TCS,


Please briefly explain the usage of global.asax?

0 Answers  


What is strong-typing versus weak-typing?

0 Answers  


What is .net framework and what are the main components of it?

0 Answers  


What do you mean by authentication?

0 Answers  


How do u deploy your asp.net application?

0 Answers  


Categories