Metadata >> NuGet >> Cadru.Data.Dapper

Cadru.Data.Dapper

Metadata

Authors Scott Dorman
Copyrights Copyright © Scott Dorman
Description This is a non-portable class library to provide a common database context and predicates for use with Dapper.
LicenseUrl http://opensource.org/licenses/Ms-PL.html
Owners scottdorman
ProjectUrl https://github.com/scottdorman/cadru
RequireLicenseAcceptance False
Summary A utility framework containing new APIs and extensions to the .NET Framework.
Tags cadru data dapper utility
Dependencies Dapper:1.42|PCLCrypto:0.5.1.14165|Validation:2.0.4.14103|Cadru.Core:1.0.5750.94
Title Cadru.Data.Dapper
PackageSize 58725
PackageHashAlgorithm SHA512
PackageHash hPxFX7P2cnyxNVpBL1atRGVh9y2voiu/oDxjR9gGrkc8xA5R+SnWcTW6KWCQ5GzOCX2sYsVhJ+ZBu4cD4H2qrw==
DownloadCount 000000
CreatedDate 2015-10-02T05:32:08
ReleaseNotes Merged TableMap{T} and ClassMap{T} to simplify and consolidate the mapping logic. Updated PropertyMap so that it looks for DataAnnotation attributes to help determine table name, schema, column name, if the column is a key and if the column is computed or an identity. Updated Table{TEntity} so insert and update make better use of the property mappings.

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 Cadru.Data.Dapper -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Cadru.Data.Dapper -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 Cadru.Data.Dapper
Installing the package (HTTP Basic authentication):
Install-Package Cadru.Data.Dapper -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Cadru.Data.Dapper -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Cadru.Data.Dapper

OpenWrap

Installing the package:
o add-wrap Cadru.Data.Dapper
Uninstalling the package:
o remove-wrap Cadru.Data.Dapper

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
1.0.5753.99
1.0.5750.96
1.0.5750.94
1.0.5745.84