Monday 23 September 2013

What is CTS in .NET Framework?

Ques:- What is CTS?

Ans:- The common type system define how types are declared used and managed  in Common Language run time and is also important part of the run time support for Cross Language Integration.
The common Type System perform the following function:-

1) provide a library that contains the primitive Data Types such as int , Boolean , Char used in application development.
2) Provide a Object oriented model that support complete implementation of many programming language.
3) Define rules ,that programs must follow , which help ensure that the object written in different language can interact with each other.

No comments:

Post a Comment