What is CTS?
Common Type System (CTS) describes the datatypes that can be used by managed code. CTS defines how these types are declared, used and managed in the runtime. It facilitates cross-language integration, type safety, and high performance code execution. The rules defined in CTS can be used to define your own classes and values.
Saturday, November 7, 2009
Subscribe to:
Post Comments (Atom)
Eg : Int should mean the same in vb.net, c# etc... Basically it means language inter operability
ReplyDelete