Tuesday 24 September 2013

Common Type System in .NET?

Ques:- What is Common Type System in .NET?

Ans:-It describes the different data types that can be used in different .Net Language. CTS ensure that the different object written in .net language  can interact with each other.

For communicating between programs written in any .NET Complaint language.

The CTS support two general  categories of types:-

Value type:- value type directly contain their data. value types can be built in (implement by the runtime) user defined, or enumerations..

Reference Type:-Reference type store a reference the value's memory address.This type of reference type can be determined from values of self describing types. Self describing types are further into arrays and class type. The class types are user defined classes, boxed value types and delegates.

No comments:

Post a Comment