Fluent Sql builder is a package that allows developers to build a Sql Command or Sql Statement with Parameters using a strongly typed system similiar to LINQ without the hassle of maintaining a db context.
                        
                    
         
                Info
| Version: | 1.0.0-alpha | 
| Author(s): | Robin Kooyman | 
| Last Update: | Saturday, June 27, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/robinskil/FluentSqlBuilder | 
| NuGet Url: | https://www.nuget.org/packages/FluentSqlBuilder | 
Install
Install-Package FluentSqlBuilder
                        dotnet add package FluentSqlBuilder
                        paket add FluentSqlBuilder
                        
                                FluentSqlBuilder Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- System.Data.SqlClient(>= 4.8.1)
 
Tags