SpecExpress 1.6.1.75

dotnet add package SpecExpress --version 1.6.1.75
NuGet\Install-Package SpecExpress -Version 1.6.1.75
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SpecExpress" Version="1.6.1.75" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SpecExpress --version 1.6.1.75
#r "nuget: SpecExpress, 1.6.1.75"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SpecExpress as a Cake Addin
#addin nuget:?package=SpecExpress&version=1.6.1.75

// Install SpecExpress as a Cake Tool
#tool nuget:?package=SpecExpress&version=1.6.1.75

SpecExpress takes a different approach than most other Validation Frameworks, such as Validation Application Block. SpecExpress doesn't use Attributes to decorate properties and embed all the metadata required for the rule. Instead, it it uses a separate class, called a Specification, which contains a set a rules for all the properties for a type. This allows for much easier reading, separation of concerns, and much better support for state based validation.

Features include: DSL that provides developers with a Fluent Interface for quickly composing rules that are also easy to read;    Generates error message from your validation rules, while allowing for easy overriding and customization of individual messages; Support for localization of error messages;
Auto discovery of specifications means the developer isn't required to resolve which validation rules to use;      Programatically add or change validation rules at runtime; Validation Contexts Support for rich, complex object types and graphs; Built with extension and customization in mind; Easy to integrate into your existing code because there are no Base Classes or Attributes to inject into your code; ASP.NET WebForms support; Silverlight support; A rich set of Validators.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SpecExpress:

Package Downloads
SpecExpress.MVC3

Supports SpecExpress Validation for both server and client side validation in a Microsoft ASP.NET MVC 3 application

SpecExpress.Silverlight

Supports SpecExpress Validation for Silverlight applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1.75 131,619 8/3/2014
1.6.1.56 6,533 1/11/2012
1.6.1.52 7,546 11/14/2011
1.6.1.48 2,583 10/30/2011
1.6.1.30 2,485 9/13/2011
1.6.1.28 2,147 8/31/2011
1.6.1.25 2,886 8/18/2011
1.6.0.9 2,387 7/7/2011
1.5.0 2,192 5/27/2011