Data Type

Posts filed under Data Type

The Common Type System and the Data Type that .Net Uses

Filed in ASP.NETTags: , , , ,

Because the .NET framework supports multiple languages within the platform, it defines a Common Type System (CTS). The CTS defines the basic data types that IL understands. Each .NET compliant language should map its data type to these standard data types. This makes it possible for the 2 languages to communicate with each other by [...]

The User Defined Data Type – Enumeration Type and Structure Type

Filed in ASP.NETTags: , , , , , , , ,

The User Defined data type are the type in which we can defined such data type according to our requirement. Some example of user defined data type are Enumeration and Structure Type.  Today we will discuss the user defined Data Types. In this article we will learn how to declare and define enumeration data type [...]