Info
Version: | 1.2.4 |
Author(s): | Adipa Gunasekara |
Last Update: | Tuesday, December 6, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Adipa-G/ndbgate/ |
NuGet Url: | https://www.nuget.org/packages/NDbGate |
Install
Install-Package NDbGate
dotnet add package NDbGate
paket add NDbGate
NDbGate Download (Unzip the "nupkg" after downloading)
Dependencies
- Castle.Core(>= 4.2.1)
- Microsoft.CSharp(>= 4.4.0)
- System.Data.SqlClient(>= 4.4.0)
- log4net(>= 2.0.8)
What it differs from other ORM frameworks is that it gives the complete control over how the persistence/retrieval takes place at entity level. This is achieved by means of overriding/implementing methods provided in the base entity classes.