Categories

Updated: 02/29/2008

What are the Benefits of Metadata?

Metadata provides the following major benefits: Self-describing files Common language runtime modules and assemblies are self-describing. A module''s metadata contains everything needed to interact with another module. Metadata automatically provides the functionality of IDL in COM, allowing you to use one file for both definition and implementation. Runtime modules and assemblies do not even require registration with the operating system. As a result, the descriptions used by the runtime always reflect the actual code in your compiled file, which increases application reliability.
©2003-2019 jCay.com