Search Results for

    DbFacade

    .NET NuGet NuGet

    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

    For the latest README updates and documentation please visit Here

    Utilities

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

    Installation

    Install-Package DbFacade.Utils
    

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

    Documentation

    Read full Documentation Here

    • Improve this Doc
    In This Article
    Back to top Copyright © JSystemsTech 2021