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 / dinesh parmar

What is the CTS?
A set of common types
any language that runs in CLR should implement
no syntax specified
Languages often define aliases
For example
CTS defines System.Int32 – 4 byte integer
C# defines int as an alias of System.Int32
string -> System.String
object -> System.Object

What is the CLS?
A specification of language features
how methods may be called
when constructors are called
subset of the types in CTS are allowed
E.g. UInt32 is in CTS, but not in CLS
Non-CLS-compliant example
Code that takes UInt32 in a public method
Can mark classes as CLS-compliant
not marked is assumed to mean not compliant.

Is This Answer Correct ?    31 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between globalization and localization?

903


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

941


What is parse in asp.net?

1011


Explain the difference between authentication and authorization.

1010


Can we have multiple web config files for an asp.net application?

936


What kind of data can be stored in viewstate?

937


6. Tell us about a time when you failed to meet a deadline. What were the repercussions?

2116


What is viewstategenerator?

1160


How can you use a custom controls in ASP.NET application?

961


What is the use of the tag in the web.config file?

909


Explain authorization levels in .net ?

983


What is query string?

967


What is ispostback method in asp.net? Why do we use that?

1130


What is the significance of finalize method in .net?

981


How can you register a custom server control to a web page?

942