Skip to content
srkirkland edited this page Feb 17, 2011 · 17 revisions

About DataAnnotationsExtensions

Validation extensions for DataAnnotations. This project intends to provide common validation attributes (email, url, min/max, etc) which extend ASP.NET DataAnnotations.

The core library will provide server-side validation attributes that can be used in any .NET 4.0 project (no Mvc dependency). There will also be an easily pluggable client-side validation library which can be used in ASP.NET MVC 3 projects.

All validation attributes will be covered with unit tests and will also have a dedicated controller in the included sample website.

Development Status

Currently implemented validation attributes

  • Email
  • Url
  • CreditCard
  • EqualTo
  • FileExtensions (Makes the element require a certain file extension)
  • Date
  • Digits
  • Numeric
  • Min
  • Max
Clone this wiki locally