Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The heart of Dynamic Data is the metadata defined in the model. There are many attributes available to apply to the model to change how a data field is rendered to the user. The following highlights some of the more common attributes used. Note that the attributes are found in the System.ComponentModel and System.ComponentModel.DataAnnotations namespaces.
using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; [MetadataType(typeof(ContactMetadata))]