DbFacade 1.13.0

dotnet add package DbFacade --version 1.13.0
NuGet\Install-Package DbFacade -Version 1.13.0
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.13.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DbFacade --version 1.13.0
#r "nuget: DbFacade, 1.13.0"
#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.
// Install DbFacade as a Cake Addin
#addin nuget:?package=DbFacade&version=1.13.0

// Install DbFacade as a Cake Tool
#tool nuget:?package=DbFacade&version=1.13.0

DbFacade

.NET

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

Install-Package DbFacade

The latest version can also be downloaded directly from NuGet.org Here

Connection Type Helpers

For support with the following data base types please additionally install the following helpers

Oracle
Install-Package DbFacade.Oracle
SQLite
Install-Package DbFacade.SQLite
Odbc
Install-Package DbFacade.Odbc
OleDb
Install-Package DbFacade.OleDb

Documentation

Read full Documentation Here

Utilities

DbFacade depends on the NuGet Package DbFacade.Utils. DbFacade.Utils is a set of Utilities useful for data parseing.

Installation

Install-Package DbFacade.Utils

The latest version can also be downloaded directly from NuGet.org Here

Documentation

Read full Documentation Here

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net472 is compatible.  net48 is compatible.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on DbFacade:

Package Downloads
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.Oracle

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

DbFacade.Odbc

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.13.0 162 4/3/2024
1.12.1 657 5/17/2023
1.12.0 889 1/24/2023
1.11.0 741 12/8/2022
1.10.0 864 7/21/2022
1.9.0 950 1/29/2022
1.8.0 757 12/29/2021
1.7.0 724 12/17/2021
1.6.2 771 12/1/2021
1.6.1 741 11/30/2021
1.6.0 726 11/23/2021
1.5.0 782 11/10/2021
1.4.0 896 10/17/2021
1.3.0 789 10/4/2021
1.2.0 756 4/12/2021
1.1.1 864 3/9/2021
1.1.0 896 3/9/2021
1.0.0 939 2/1/2021
0.11.0 1,070 11/7/2020
0.10.0 1,034 10/9/2020
0.9.0 1,072 8/13/2020
0.8.0 1,020 7/8/2020
0.7.1 975 4/17/2020
0.7.0 999 4/16/2020
0.6.7408.26303 1,000 4/13/2020
0.5.7214.42869 1,190 10/3/2019
0.4.7214.35817 1,013 10/2/2019
0.3.7212.24442 1,002 9/30/2019
0.3.7207.34978 1,025 9/25/2019
0.2.3 1,145 9/16/2019
0.2.2 1,172 9/16/2019
0.2.1 1,151 9/16/2019
0.2.0 1,142 9/16/2019
0.1.3 1,139 8/29/2019
0.1.2 1,117 8/22/2019
0.1.1 1,190 8/22/2019
0.1.0 1,140 8/19/2019
0.0.2 1,180 7/22/2019
0.0.1 1,233 4/20/2019

Release 1.13.0 Add Unit testing feature to allow multiple data sets on single call. Update Dependancies