Articles : Page 1 of 1

  • FluentValidation v3 available

    FluentValidation v3 available

    Jun 11
    25

    FluentValidation v3 is now available for download. You can grab the binaries from the CodePlex page or by installing it using NuGet: install-package FluentValidation If you want integration with ASP.NET MVC 3, you can install the FluentValidation.Mvc3 nuget package: install-package FluentValidation.Mvc3 For a summary of what’s new in this release, check out the following posts: [...]...


  • FluentValidation 2.0 now available

    FluentValidation 2.0 now available

    Jan 11
    17

    FluentValidation 2.0 is now available for download. FluentValidation 2.0 is a fairly major release that supports ASP.NET MVC 3. Highlights include: Support for MVC 3 Support for Windows Phone 7 Better support for client-side validation messages More customizable localization Performance improvements to AttributedValidatorFactory NotEmptyValidator now works with ICollection instances Numerous other bug fixes Note that [...]...


  • FluentValidation 2.0 Beta 2 now available

    FluentValidation 2.0 Beta 2 now available

    Nov 10
    09

    FluentValidation 2.0 beta 2 is now available for download. Here are the release notes: Changes since 2.0 beta 1: Updated MVC integration to work with MVC3 RC Removed the v1.1 backwards compatibility layer. If you’re still using old-style custom validators (which were marked as Obsolete since v1.2), you will need to upgrade. Silverlight assembly renamed [...]...


  • FluentValidation 2.0 Beta 1 Available

    FluentValidation 2.0 Beta 1 Available

    Oct 10
    08

    FluentValidation 2.0 beta 1 is now available for download. This release contains the following changes: Integration with ASP.NET MVC 3 Beta Windows Phone 7 compatibility Performance improvements to AttributedValidatorFactory Bug fixes I’ve also put together NuPack packages for FluentValidation 1.3. From within the Package Manager console you can use the command Add-Package FluentValidation to install [...]...



  • 1