AutoProc is a lightweight Asp.Net Core 2 middleware package which makes it easy to create a backend by exposing your stored procedures as an API.
Info
Version: | 1.0.7.21 |
Author(s): | Juan C. Andreu |
Last Update: | Thursday, February 22, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/andreujuanc/AutoProc |
NuGet Url: | https://www.nuget.org/packages/AutoProcMiddleware |
Install
Install-Package AutoProcMiddleware
dotnet add package AutoProcMiddleware
paket add AutoProcMiddleware
AutoProcMiddleware Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.4)
- Microsoft.AspNetCore.Authentication(>= 2.0.1)
- Microsoft.AspNetCore.Http(>= 2.0.1)
- Microsoft.AspNetCore.Routing(>= 2.0.1)
- Microsoft.Extensions.Logging(>= 2.0.0)
- Newtonsoft.Json(>= 10.0.3)
Tags