by Administrator
18. May 2009 13:10
The common type system in the common language runtime is the component that
defines how data types are declared and used. The common language runtime’s
capability to support cross-language integration to the level it does is largely due to
the common type system. In the past, each language used its own data types and
managed data in its own way. This made it difficult for applications developed in
different languages to communicate, because no standard way existed for passing
data between them.
The common type system ensures that all .NET applications use the same data
types. It also provides for self-describing type information (called metadata) and con-
trols all the data manipulation mechanisms so that data is handled (stored and
processed) in the same way among all .NET applications. This allows data (includ-
ing objects) to be treated the same way in all .NET languages.

1c689a11-5c72-4e98-a29f-7235aeb3b4f0|0|.0
Tags: asp.net