Top 20 NuGet stored Packages

EntityFramework.Functions library implements Entity Framework code first support for - Stored procedures (with single result type, multiple result types, output parameter), - Table-valued functions (returning entity type, complex type), - Scalar-valued functions (composable, non-composable), - A...
CatFactory package for SQL Server
Entity Framework Core extension to execute stored procedures and map the result to a custom model
Support for store functions (table valued functions, scalar user defined functions and stored procedures) for Entity Framework 6.3.0+ Code First.
An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.
An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.
An extension of MirrorMapper to execute stored procedures by name.
Easy call sql stored procedure from Xamarin Form.
An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.
A fully tested wrapper class for querying stored procedures.
Simple StoredProcedure Binder in a type safe way. This generates class codes to call stored procedures.
Provide a set of tools to work with. Localisation though Json object file, SQL Server Dal through reflection/attribute using stored procedure (Close to Entity but more database flexible).
This is a tiny library with which you can use any database stored procedure as like any normal CLR method, even with 'out' parameters!
Sql executor for Storm using Sam Saffron's Dapper
T4 template for use with Storm
An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.
When you call stored procedure with select and output parameters and you don't select on some conditions (for example, you're just returning an error code) — you get a mapping EntityCommandExecutionException. This package fixes this annoying behavior of EF by returning empty data set and letting you...
High performance ADO.Net wrapper specifically develop to help make life easy working with Microsoft SQL Server stored procedures for .Net projects/Applications. For more detials vitis Git Wiki page: https://github.com/sknath25/StoredProcedurePlus.Net/wiki
EntityFrameworkCore.Procedure Library is a light weight library to Handle Stored Procedure in a Simple manner. This is extended tool for EntityFrameworkCore.
Generate a data access layer for your SQL Server database for use with the King.Mapper framework.