DbFacade 1.6.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DbFacade --version 1.6.2
                    
NuGet\Install-Package DbFacade -Version 1.6.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DbFacade" Version="1.6.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DbFacade" Version="1.6.2" />
                    
Directory.Packages.props
<PackageReference Include="DbFacade" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DbFacade --version 1.6.2
                    
#r "nuget: DbFacade, 1.6.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DbFacade@1.6.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DbFacade&version=1.6.2
                    
Install as a Cake Addin
#tool nuget:?package=DbFacade&version=1.6.2
                    
Install as a Cake Tool

DbFacade

NuGet NuGet NuGet Target Framework

About

Confused about how C# .NET projects set up calls to SQL databases? Need a well structured design pattern to organize calls to database stored procedures?

Then DbFacade is the solution! DbFacade builds upon ADO.NET and simplifies structuring calls to SQL database stored procedures.

Features

  • Simplified parameter binding
  • Built-In configurable parameter validation
  • Easy data model binding
  • Supports syncronous or asyncronous methods
  • Supports .Net Framework and .Net Core projects

Installation

.Net Framework
Install-Package DbFacade

The latest version can also be downloaded directly from NuGet.org at: https://www.nuget.org/packages/DbFacade/

.Net Core
Install-Package DbFacade.Core

The latest version can also be downloaded directly from NuGet.org at: https://www.nuget.org/packages/DbFacade.Core/

Documentation

For the latest README updates and documentation please visit https://github.com/JSystemsTech/DBFacade.Net

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on DbFacade:

Package Downloads
DbFacade.Oracle

A DbFacade extension to build a data connection service to Oracle databases

DbFacade.SQLite

A DbFacade extension to build a data connection service to SQLite databases

DbFacade.OleDb

A DbFacade extension to build a data connection service to OleDb databases

DbFacade.Odbc

A DbFacade extension to build a data connection service to Odbc databases

DbFacade.PostgreSQL

A DbFacade extension to build a data connection service to PostgreSQL databases

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.0 375 12/12/2025
2.0.6 263 11/6/2025
2.0.5 264 11/5/2025
2.0.4 270 11/5/2025
2.0.3 255 11/5/2025
2.0.2 262 11/5/2025
2.0.1 266 11/4/2025
2.0.0 305 10/24/2025
1.13.0 612 4/3/2024
1.12.1 848 5/17/2023
1.12.0 1,156 1/24/2023
1.11.0 929 12/8/2022
1.10.0 1,061 7/21/2022
1.9.0 1,183 1/29/2022
1.8.0 956 12/29/2021
1.7.0 927 12/17/2021
1.6.2 986 12/1/2021
1.6.1 964 11/30/2021
1.6.0 950 11/23/2021
1.5.0 993 11/10/2021
Loading failed

Fix HasError incorrectly marked as true