Info
Version: | 1.0.3 |
Author(s): | Duane Wingett |
Last Update: | Saturday, July 30, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dibley1973/StoredProcedureFramework |
NuGet Url: | https://www.nuget.org/packages/Dibware.StoredProcedureFramework |
Install
Install-Package Dibware.StoredProcedureFramework
dotnet add package Dibware.StoredProcedureFramework
paket add Dibware.StoredProcedureFramework
Dibware.StoredProcedureFramework Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Dibware.Helpers(>= 1.1.1)
No dependencies.
Tags
The purpose of this framework is to allow stored procedures, their parameters and their return types to be represented in strongly typed .Net classes. These can then be used in conjunction with a SqlConnection, DbConnection or DbContext to execute the stored procedure.
This framework can be used with or without the presence of Entity Framework, but a separate dll (Dibware.StoredProcedureFrameworkForEF which is part of this project) is required when using with EF. Requires .net v4.0
Documentation:
https://github.com/dibley1973/StoredProcedureFramework/blob/master/UsingTheStoredProcedureFramework.md.