This is a customization of System.ComponentModel.Annotations. Sources have been forked from https://github.com/dotnet/corefx/releases/tag/v1.1.8 then customized by Ole Consignado in order to meet it needs.
Original sources should be found at:...
More information
MVCScaffolding.MetaDataPlugin allows for an easy-to-use command to create metadata classes on top
of any object that contains properties, such as custom viewmodels or domain models. This package
works in both MVC 4,5 and any other .Net project that works with MvcScaffolding. In version 2+ you...
More information
A portable library for the DataAnnotations namespace. Reduced surface area matches the Silverlight SDK version of DataAnnotations, with additions of some classes.
With .NET 4.6
اعتبار سنجی های سمت کلاینت با استفاده از دیتا-انوتیشن ها و افزودن چند اتریبیوت بسیار ساده و تمیز است. برای فارسی سازی آن کافیست این کتابخانه را به پروژه اضافه کرده و متد زیر را فراخوانی کنید
PersianDataAnnotationsValidator.RegisterAdapters();
برای رفع مشکلات یا ارتقا یا تغییر به آدرس زیر مراجعه...
More information
Modified from Microsoft source code. Merged EmailAddressAttribute and Phone Attribute. Allow users to login with email or phone. The default is email only.