aheidebrecht
-
- 122,328 total downloads
- last updated 10/26/2016
- Latest version: 2.3.0
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... More information -
-
- 8,088 total downloads
- last updated 3/19/2015
- Latest version: 1.0.1
Adds a NuGet.config file, and .tfignore file so that your packages won't be checked into source control. Even though that means this package will be added by default, at least it includes no binaries. -
-
- 3,920 total downloads
- last updated 4/14/2018
- Latest version: 0.11.0
Package Description -
- 1,310 total downloads
- last updated 2/14/2016
- Latest version: 0.1.0
Easily call stored procedures by writing an interface that describes their names, inputs, and results. Uses the CodeOnlyStoredProcedures library to acually execute the stored procedures.