What is common type system(CTS) in .net framework

COMMON TYPE SYSTEM(CTS)

Dotnet framework is supporting multiple languages(Ex:C#.Net,VB.Net etc..). All the languages must be build by primitive data types in different formats.

Ex: In c#, we will declare int i;
      In vb, we will declare dim i as integer
Basically Microsoft will convert all this data types to the generic data types. So, if we write code in different languages that will convert into language independent code. Based on this reason, Microsoft has introduced Common type system(CTS).

Go to Dotnet Framwork Tutorial

Share this post :

Post a Comment

Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.

 
Support : Ranga Rajesh Kumar
Copyright © 2012. ASP.NET Examples - All Rights Reserved
Site Designed by Ranga Rajesh Kumar