Nanis.RepositoryCriteria.EntityFrameworkCore 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nanis.RepositoryCriteria.EntityFrameworkCore --version 1.0.0                
NuGet\Install-Package Nanis.RepositoryCriteria.EntityFrameworkCore -Version 1.0.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="Nanis.RepositoryCriteria.EntityFrameworkCore" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nanis.RepositoryCriteria.EntityFrameworkCore --version 1.0.0                
#r "nuget: Nanis.RepositoryCriteria.EntityFrameworkCore, 1.0.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 Nanis.RepositoryCriteria.EntityFrameworkCore as a Cake Addin
#addin nuget:?package=Nanis.RepositoryCriteria.EntityFrameworkCore&version=1.0.0

// Install Nanis.RepositoryCriteria.EntityFrameworkCore as a Cake Tool
#tool nuget:?package=Nanis.RepositoryCriteria.EntityFrameworkCore&version=1.0.0                

Nanis Repository Library

Nanis.RepositoryCriteria.EntityFrameworkCore is a library designed to implement an abstraction of the Repository pattern using Entity Framework. This library also implements the Unit of Work pattern to manage database transactions and commits, and the Criteria pattern to build complex queries with logical operators and criteria composition.

Key Features

  • Repository Pattern: Provides an abstraction for data access using Entity Framework, enabling operations such as Create, Read, Update, and Delete.
  • Unit of Work Pattern: Manages transactions centrally, allowing commits or rollbacks of changes to the database.
  • Criteria Pattern: Allows building dynamic and robust queries with filters, sorting, pagination, and entity relationships.

Installation

Using NuGet

You can install this library directly from NuGet into your .NET project by running the following command:

dotnet add package Nanis.RepositoryCriteria.EntityFrameworkCore

Manual Installation

git clone https://github.com/cacuellarh/Nanis.RepositoryCriteria.EntityFrameworkCore-

Contributing

If you want to contribute to this project, please follow these steps:

Fork the repository. Create a branch for your changes. Submit a pull request with a detailed description of the changes.

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. 
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
1.2.1 74 11/13/2024
1.1.1 74 11/7/2024
1.1.0 77 11/7/2024
1.0.0 87 11/6/2024