Metadata >> NuGet >> ExpressiveAnnotations

ExpressiveAnnotations

Metadata

Authors Jaroslaw Waliszko
Description ExpressiveAnnotations is a small .NET and JavaScript library which provides annotation-based conditional validation mechanisms. Given attributes allow to forget about imperative way of step-by-step verification of validation conditions in many cases. Since fields validation requirements are applied as metadata, domain-related code is more condensed. This package contains 3 components: ExpressiveAnnotations.dll core annotations assembly, ExpressiveAnnotations.MvcUnobtrusive.dll MVC validators assembly and expressive.annotations.validate.js unobtrusive validation script.
Language en-US
LicenseUrl https://github.com/JaroslawWaliszko/ExpressiveAnnotations/blob/master/LICENSE
Owners Jaroslaw Waliszko
ProjectUrl https://github.com/JaroslawWaliszko/ExpressiveAnnotations
ReleaseNotes https://github.com/JaroslawWaliszko/ExpressiveAnnotations/releases
RequireLicenseAcceptance False
Tags DataAnnotations Validation Mvc AspNetMvc jQuery Unobtrusive
Dependencies Newtonsoft.Json:4.5.11|jQuery:1.8.2|jQuery.Validation:1.10.0|Microsoft.jQuery.Unobtrusive.Validation:3.1.1
Title ExpressiveAnnotations for ASP.NET MVC
PackageSize 162048
PackageHashAlgorithm SHA512
PackageHash iqEZ86y0UFQnLC6ah37MQXbJlAU0QrpcJyV37rKQdpRvK7c2fIX/LvzVTerEFJEXVmfW43V8MegKTEd5MjKPfA==
DownloadCount 000000
CreatedDate 2015-08-28T21:40:26
IconUrl https://raw.githubusercontent.com/JaroslawWaliszko/ExpressiveAnnotations/master/logo.png

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install ExpressiveAnnotations -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ExpressiveAnnotations -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package ExpressiveAnnotations
Installing the package (HTTP Basic authentication):
Install-Package ExpressiveAnnotations -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ExpressiveAnnotations -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ExpressiveAnnotations

OpenWrap

Installing the package:
o add-wrap ExpressiveAnnotations
Uninstalling the package:
o remove-wrap ExpressiveAnnotations

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.6.2
2.6.1
2.6.0
2.5.1
2.5.0
2.4.4
2.4.3