InterSproc is a C# class library used to provide simple and clean access to an SQL Server database's stored procedure layer.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 2.1.0 |
Author(s): | MTCS (Matt Middleton) |
Last Update: | Tuesday, May 15, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mmiddleton3301/intersproc |
NuGet Url: | https://www.nuget.org/packages/Meridian.InterSproc |
Install
Install-Package Meridian.InterSproc
dotnet add package Meridian.InterSproc
paket add Meridian.InterSproc
Meridian.InterSproc Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 1.50.4)
- Microsoft.CodeAnalysis.CSharp(>= 2.7.0)
- StructureMap(>= 4.5.0)
- System.CodeDom(>= 4.4.0)
- System.Data.SqlClient(>= 4.4.0)
Tags