DbFacade 1.6.2
See the version list below for details.
dotnet add package DbFacade --version 1.6.2
NuGet\Install-Package DbFacade -Version 1.6.2
<PackageReference Include="DbFacade" Version="1.6.2" />
<PackageVersion Include="DbFacade" Version="1.6.2" />
<PackageReference Include="DbFacade" />
paket add DbFacade --version 1.6.2
#r "nuget: DbFacade, 1.6.2"
#:package DbFacade@1.6.2
#addin nuget:?package=DbFacade&version=1.6.2
#tool nuget:?package=DbFacade&version=1.6.2
DbFacade
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 is compatible. net481 was computed. |
-
- EntityFramework (>= 6.4.4)
- Newtonsoft.Json (>= 12.0.3)
- Oracle.ManagedDataAccess (>= 19.10.1)
- System.Data.SQLite (>= 1.0.113.7)
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 |
Fix HasError incorrectly marked as true