What is Common Type System In ASP.NET? or What is CTS In ASP.NET?
October 24, 2007
Common Type System(CTS):
Common type system defines the pre-define data types that are availbe in IL,so that all languages that target the .Net framwork will produce compile code that is ultimately based on the CTS.
For Example:
VB .Net’s Integer is 32 bit which maps exactly to the IL Type int32
and C# .Net’s int is 32 bit which maps exactly to the IL Type int32
i.e int (In C#)——––> int32 (In IL) <–———- integer (In VB)
Entry Filed under: Art, Blogging, Books, Family, Food, Friends, Health, History, Humor, Life, Love, Media, Music, News, Personal, Photography, Poetry, Politics, Random, Religion, Technology, Thoughts, Travel, Video, Writing. .
1 Comment Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed
1.
Melina | December 21, 2007 at 4:28 am
very interesting. i’m adding in RSS Reader