Metadata >> NuGet >> CodeOnlyStoredProcedures >> 0.2.1-beta-14024-0547

0.2.1-beta-14024-0547

Metadata

Authors Abraham Heidebrecht
Description A library for easily calling Stored Procedures in .NET. Works great with Entity Framework Code First models. Code Only Stored Procedures will not create any Stored Procedures on your database. Instead, its aim is to make it easy to call your existing stored procedures by writing simple code.
Owners Abraham Heidebrecht
ProjectUrl https://codeonlystoredprocedures.codeplex.com/
ReleaseNotes 0.2.0 Added data transformation attribute for converting numeric types automatically from their database type to the property type the attribute decorates. Added data transformation attribute to automatically remove whitespace from strings returned from the database. 0.1.0 Created continuous deployment server. Added symbols to symbolsource.org Updated to check code contracts at runtime. 0.0.7 Added support for altering the results from the database to make data models simpler. Added code contracts to all methods. 0.0.6 Added support for DBNull values. Bug fixes. 0.0.5 Added support for .NET 4.0 (with a dependency on EF). Fixed critical bugs with (now removed) release 0.0.4
RequireLicenseAcceptance False
Tags StoredProcedure EntityFramework EF
Dependencies Microsoft.Bcl.Immutable:1.0.30:net45|EntityFramework:6.0.2:net40
Title Code Only Stored Proecedures
PackageSize 190016
PackageHashAlgorithm SHA512
PackageHash TMocR29XfRsL7B77Z0VbOO5xrjenqR0tofOgRiISmmRYsSwrJUFs2KY5og/SyJVmmEhI8tKG4C55FX8J2KGWVA==
DownloadCount 000000
CreatedDate 2014-01-24T06:06:08

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CodeOnlyStoredProcedures -Version 0.2.1-beta-14024-0547 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CodeOnlyStoredProcedures -Version 0.2.1-beta-14024-0547 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete CodeOnlyStoredProcedures 0.2.1-beta-14024-0547 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package CodeOnlyStoredProcedures -Version 0.2.1-beta-14024-0547 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CodeOnlyStoredProcedures -Version 0.2.1-beta-14024-0547 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap CodeOnlyStoredProcedures -Version 0.2.1-beta-14024-0547
Uninstalling the package:
o remove-wrap CodeOnlyStoredProcedures

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.0 Binaries
AnyCPU Release .NETFramework,Version=v4.5 Binaries