Best Sellers World Logo
Visit Bestsellersworld.com for Book Reviews & GiveawaystopspacerSearch Articles:  

Home | Web Design


Common Type System within the Microsoft .NET framework

By: c. layug

The Common Type System (CTS) is a standard that specifies how Type definitions and specific values of Types are represented in computer memory. It is intended to allow programs written in different programming languages to easily share information.
As used in programming languages, a Type can be described as a definition of a set of values, and the allowable operations on those values. Learn more of this with the austin .net developer.
The specification for the CTS is contained in Ecma standard 335, "Common Language Infrastructure (CLI) Partitions I to VI." The CLI and the CTS were created by Microsoft, and the Microsoft .NET framework is an implementation of the standard.
The functions of the Common Type System in the Microsoft .NET framework are to: establish a framework that helps enable cross-language integration, type safety, and high performance code execution; provide an object-oriented model that supports the complete implementation of many programming languages; define rules that languages must follow, which helps ensure that objects written in different languages can interact with each other; and the CTS also defines the rules that ensures that the data types of objects written in various languages are able to interact with each other. For further information about this, then visit the austin .net developer.
The Common Type System supports two general categories of types: the Value types, and the Reference types.
Value types directly contain their data, and instances of value types are either allocated on the stack or allocated inline in a structure. Value types can be built-in (implemented by the runtime), user-defined, or enumerations.
Reference types store a reference to the value's memory address, and are allocated on the heap. Reference types can be self-describing types, pointer types, or interface types.
The type of a reference type can be determined from values of self-describing types. Self-describing types are further split into arrays and class types. The class types are user-defined classes, boxed value types, and delegates. For more information about Common Type System or about Microsoft .NET Framework, then visit the austin .net developer for more details.

Article Source: http://www.bestsellersworld.com/dashboard

www.astonishdesigns.com



Please Rate this Article

 

Not yet Rated

Click the XML Icon Above to Receive Web Design Articles Via RSS!

Copyright © BestSellersWorld™ All rights protected. Services by: Article Dashboard Installation
Use of our service is protected by our Privacy Policy and Terms of Service

Powered by Article Dashboard