Version 6, last updated by DerAlbertCom at Jan 23 16:57 2010 UTC

Project goals

FluentMetadata is a project to provide Metadata and Validation to Entities and ViewModels. One Goal of this implementaion is to Don't Repeat Yourself. So you can define the Metadata (in a fluent way) on one place an use it on several other places like:

Also the Metadata can easily copied to ViewModels for ASP.NET MVC 2 Application. So that you don't to repeat the Metadata for the ViewModels. A Rule Based Model-Validation will also part of FluentMetadata, so that the Rule for Entities must only declared on one Place.

Examples

Sourcecode

The sourcecode is hosted on [Github] (http://www.assembla.com/spaces/FluentMetadata/github_tool), please look at the [Github] (http://www.assembla.com/spaces/FluentMetadata/github_tool)Page for getting the sourcecode.