Friday, 17 December 2010

What is Metadata?

Metadata 
is the complete way of describing what is in a .NET assembly. Digging into the metadata yields the types available in that assembly, viz. classes, interfaces, enums, structs, etc., and their containing namespaces, the name of each type, its visibility/scope, its base class, the interfaces it implemented, its methods and their scope, and each method�s parameters, type�s properties, and so on.
Click Here To View Latest ASP.NET Questions

No comments:

Post a Comment