Common Type System

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.

Tags:

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading

About the author

Each morning when I open my eyes I say to myself: I, not events, have the power to make me happy or unhappy today. I can choose which it shall be. Yesterday is dead, tomorrow hasn’t arrived yet. I have just one day, today, and I’m going to be happy in it

Month List

Page List