Common Type System (CTS)

What is "Common Type System" (CTS)?

Questions by narens.form

Showing Answers 1 - 12 of 12 Answers

CTS describes how types are declared, used and managed in the runtime and facilitates cross-language integration, type safety, and high performance code execution.

  Was this answer useful?  Yes

CTS defines all basic types that every language must follow the dotnet framework
Example:
In VB.net declare integer as "Dim i as integer"
In C#.net declare integer as "integer i"

  Was this answer useful?  Yes

swaroop

  • Oct 29th, 2011
 

cts provided common data type for all the languages ...like system.int 16 and system .int 32.....

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions