Tutorials
Resources
Forum
Reviews
Communities
Interview
Jobs
Projects
Training
Your
Ad
Here
Silverlight Games
|
Mentor
|
Code Converter
|
Articles
|
Code Factory
|
Computer Jokes
|
Members
|
Peer Appraisal
|
IT Companies
|
Bookmarks
|
Polls
|
Revenue Sharing
|
Lobby
|
Gift Shop
|
Prizes & Awards
My Profile
Sign In
Register
AdSense Revenue
Active Members
Today
Asheej T K
(197)
Alwyn
(165)
Avinash Mohan
(102)
Last 7 Days
Alwyn
(1087)
Asheej T K
(770)
Avinash Mohan
(565)
more...
Resources
»
Definitions
»
General
»
CTS (Common Type Specification)
Posted Date: 02 Nov 2009
Resource Type:
Definitions
Category:
General
Author:
Abhisek Panda
Member Level:
Gold
Rating:
Points
: 4
CTS(Common Type Specification)
It is a component of .NET framework. CTS represents the datatypes of different languages in a
specific format specification.
Example:- A datatype in VB.NET can be represented as "integer", but in C# it is "int". Int in CTS is represented as "int32".
Each of these
datatypes map to a common language runtime type
. The reserved words used to name the
different datatypes are simply aliases for the predefined structure type in System namespace.
The int datatype is an alias of the struct type int32 in the system namespace. The followings are some datatypes and their corresponding CTS specifications,
Boolean------------System.Boolean
Byte---------------System.Byte
Char---------------System.Char
Date---------------System.DateTime
Decimal------------System.Decimal
Double-------------System.Double
Integer------------System.Int32
Short--------------System.Int16
String-------------System.String
Object-------------System..Object
UserDefinedTypes---System.ValueType
Responses
No responses found. Be the first to respond and make money from
revenue sharing program
.
Feedbacks
Popular Tags
What are tags ?
Search Tags
Sign In
to add tags.
CTS
.
Common Type System
.
Post Feedback
This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must
Sign In
to post a response.
Next Resource:
Smart Client Connection Monitor Block
Previous Resource:
What is Smart Client Disconnected Service Agent Application Block?
Return to Discussion Resource Index
Post New Resource
Category:
General
Post resources and
earn money
!
More Resources
Smart Client Connection Monitor Block
DTS in SQL Server 2000
Linq Queries
Anonymous Types
What is Computer ?
The box concept in css
dotNet Slackers
About Us
Contact Us
Privacy Policy
Terms Of Use