Info
Version: | 2.2.0 |
Author(s): | ProphetsWay.BaseDataAccess |
Last Update: | Tuesday, August 16, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ProphetsWay.BaseDataAccess |
Install
Install-Package ProphetsWay.BaseDataAccess
dotnet add package ProphetsWay.BaseDataAccess
paket add ProphetsWay.BaseDataAccess
ProphetsWay.BaseDataAccess Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
This can be used with any implementation of a DAL that you like, and allows for proper decoupling of the DAL from your business logic. The purpose is to allow a completely new DAL implementation to be constructed, and then replace the current one with minimal impact to the business logic layers of the system.
Go to https://github.com/ProphetManX/ProphetsWay.BaseDataAccess for more information.