This library allows SQL Server queries and stored procedures to be run quickly and dynamically while ensuring parameter binding is done.
                        
                    
         
                Info
| Version: | 1.0.1 | 
| Author(s): | David Whitehead | 
| Last Update: | Saturday, July 20, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/lilpug/SimpleDotNetDB | 
| NuGet Url: | https://www.nuget.org/packages/SimpleDotNetDB.SQLServer | 
Install
Install-Package SimpleDotNetDB.SQLServer
                        dotnet add package SimpleDotNetDB.SQLServer
                        paket add SimpleDotNetDB.SQLServer
                        
                                SimpleDotNetDB.SQLServer Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- System.Data.SqlClient(>= 4.6.1)
 - Newtonsoft.Json(>= 12.0.2)
 
Tags