Corely.DataAccess 2.2.9

dotnet add package Corely.DataAccess --version 2.2.9
                    
NuGet\Install-Package Corely.DataAccess -Version 2.2.9
                    
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="Corely.DataAccess" Version="2.2.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Corely.DataAccess" Version="2.2.9" />
                    
Directory.Packages.props
<PackageReference Include="Corely.DataAccess" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Corely.DataAccess --version 2.2.9
                    
#r "nuget: Corely.DataAccess, 2.2.9"
                    
#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.
#:package Corely.DataAccess@2.2.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Corely.DataAccess&version=2.2.9
                    
Install as a Cake Addin
#tool nuget:?package=Corely.DataAccess&version=2.2.9
                    
Install as a Cake Tool

Corely Data Access

This library helps abstract the persistence mechanism to an implementation detail; keeping the domain layer clean

Installation

dotnet add package Corely.DataAccess

Getting Started

Corely.DataAccess provides a set of utilities to help you work with data access in your applications. It includes:

  • IRepository: A generic repository interface for CRUD operations.
  • IReadRepository: A read-only repository interface for querying data.
  • IUnitOfWork: An interface for managing transactions and coordinating changes across multiple repositories.
  • Base Entity Framework configurations for SQLite, MySQL, and PostgreSQL.

Documentation

Details about using this library can be found in the documentation.

Repository

Corely.DataAccess

Contributing

We welcome contributions! Please read our contributing guidelines to get started.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.9 94 12/29/2025
2.2.8 272 12/17/2025
2.2.7 157 12/13/2025
2.2.6 160 12/13/2025
2.2.5 197 10/28/2025
2.2.4 146 10/26/2025
2.2.3 177 10/19/2025
2.2.2 185 10/15/2025
2.2.1 184 10/12/2025
2.2.0 168 10/12/2025
2.1.2 123 10/12/2025
2.1.1 123 10/12/2025
2.1.0 128 10/11/2025
2.0.0 119 10/11/2025
1.1.1 182 10/6/2025
1.1.0 205 10/6/2025
1.0.4 128 10/4/2025
1.0.3 226 3/18/2025
1.0.2 214 3/18/2025
1.0.1 198 3/17/2025
1.0.0 201 3/13/2025