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...

What is CTS, CLS and CLR ?

Answer Posted / nagesh n

CLR - CTS - CLS

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 ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is server redirect?

1033


What happens if an ASP.NET server control with event-handling routines is missing from its definition?

1161


Is it possible to migrate visual interdev design-time controls to asp.net?

1101


Is it possible to write code in many languages in one asp.net project?

1061


Why mvc is faster than asp.net? : Asp.Net MVC

1121


What is the difference between abstract class vs interface? Can give me the real time examples?

1015


How does asp page work?

1034


Explain significance of routing? : asp.net mvc

1215


What is application Object?

1075


How can we inherit a static variable?

1121


How you can access the properties and controls of master pages from content pages?

1008


How do I publish my asp.net application to my isp's web server?

1129


Describe the disadvantage of cookies.

1072


Do cookies store passwords?

977


What is page fragment caching?

1014