what is cts and clsgt cls stands for common


What is CTS and CLS?

=> CLS stands for common language specification where as CTS stands for common type system.

=> CLS : cls is a standard for .net . cls is small set of specification to make all languages as a .net compliant languages. cls make a use of cts and clr. if my languages (c#,vb.net,j#,vc++) needs to be compliant language it has to follow cls standard.

=> CTS : Common Type System is also a standard like cls. If two languages (c# or vb.net or j# or vc++) needs to communicate with eachother, they have to convert into some common type (i.e in clr common language runtime). In c# we use int which is changed to Int32 of CLR to communicate with vb.net which uses Integer or vice versa. 

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is cts and clsgt cls stands for common
Reference No:- TGS0310329

Expected delivery within 24 Hours