Metadata >> NuGet >> CodeOnlyStoredProcedures >> 2.0.0-pre4

2.0.0-pre4

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://github.com/abe545/CodeOnlyStoredProcedures
ReleaseNotes 2.0.0 Removed dependency on SQL Server for all stored procedures (except those that accept Table Valued Parameters) Performance improvements Results from the dynamic syntax can now be cast explicitly Stored Procedures that return hierarchical objects as multiple result sets can now have their relationships automatically discovered 1.3.1 Fixed bug where none of the named properties of StoredProcedureParameterAttribute could be set on an object, because they were nullable. Fixed bug where calling a stored procedure that returns results asynchronously could block the calling thread. 1.3.0 Added StoredProcedure.Execute and StoredProcedure.ExecuteAsync methods to more explicitly control dynamic stored procedures. Added ability to specify an implementation of an interface, so a StoredProcedure can return an IEnumerable<interface> 1.2.1 Added better exception when a model is missing a public parameterless constructor. 1.2.0 Added a much cleaner syntax for calling stored procedures, by using dynamic objects. 1.1.0 Improved exceptions so that it is easier to determine why the data returned doesn't map to your model correctly. Now ignores read-only properties, so they don't have to be attributed with [NotMapped] 1.0.1 Fixed bug where calling a stored procedure within a Task that was executing on the SynchronizationContext could cause a deadlock. 1.0.0 Added implementation of ToString that will print the stored procedure's schema, name, and parameters. Significantly improved speed of the code that converts values to enum values. Added xml comments to all public methods. While not complete documentation, they are a huge first step.
RequireLicenseAcceptance False
Tags StoredProcedure EntityFramework EF
Dependencies EntityFramework:6.1.3:net40
Title Code Only Stored Proecedures
PackageSize 349016
PackageHashAlgorithm SHA512
PackageHash pCtzRyUq8egkhX9ejF6NdJLsXwS6ORGsjkvFPajiJNb57/RvZmpAeLb/KHB3rczFmZKaLEUixIIWpDy/GNIm7g==
DownloadCount 000000
CreatedDate 2015-03-30T05:09:14

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 2.0.0-pre4 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CodeOnlyStoredProcedures -Version 2.0.0-pre4 -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 2.0.0-pre4 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

Installing the package:
o add-wrap CodeOnlyStoredProcedures -Version 2.0.0-pre4
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