TanvirArjel.EFCore.GenericRepository
2.0.2
See the version list below for details.
dotnet add package TanvirArjel.EFCore.GenericRepository --version 2.0.2
NuGet\Install-Package TanvirArjel.EFCore.GenericRepository -Version 2.0.2
<PackageReference Include="TanvirArjel.EFCore.GenericRepository" Version="2.0.2" />
paket add TanvirArjel.EFCore.GenericRepository --version 2.0.2
#r "nuget: TanvirArjel.EFCore.GenericRepository, 2.0.2"
// Install TanvirArjel.EFCore.GenericRepository as a Cake Addin #addin nuget:?package=TanvirArjel.EFCore.GenericRepository&version=2.0.2 // Install TanvirArjel.EFCore.GenericRepository as a Cake Tool #tool nuget:?package=TanvirArjel.EFCore.GenericRepository&version=2.0.2
This library is an almost perfect Generic Repository implementation for EF Core ORM which will remove developers pain to write repository layer for each .NET Core and .NET project.
This library includes the following notable features:
1. This library can be run on any .NET Core or .NET application which has .NET Standard 2.0 support.
2. It’s providing the Generic Repository with and without Unit of Work pattern.
3. It has all the required methods to query your data in whatever way you want without getting IQueryable<T> from the repository.
4. It also has Specification<T> pattern support so that you can build your query dynamically i.e. differed query building.
5. It also has database level projection support for your query.
6. It also has support to run raw SQL command against your relational database.
7. It also has support to choose whether you would like to track your query entity/entities or not.
8. It also has support to reset your EF Core DbContext state whenever you really needed.
9. Most importantly, it has full Unit Testing support.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- JetBrains.Annotations (>= 2020.1.0)
- Microsoft.EntityFrameworkCore.Relational (>= 2.0.0)
- System.Linq.Dynamic.Core (>= 1.1.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TanvirArjel.EFCore.GenericRepository:
Package | Downloads |
---|---|
Shaesk.Domain
Package For Shaesk Domain |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on TanvirArjel.EFCore.GenericRepository:
Repository | Stars |
---|---|
TanvirArjel/CleanArchitecture
This repository contains the implementation of domain-driven design and clear architecture in ASP.NET Core.
|
|
YSGStudyHards/DotNetExercises
⚔【DotNetGuide专栏C#/.NET/.NET Core编程技巧练习集】C#/.NET/.NET Core编程常用语法、算法、技巧、中间件、类库、工作业务实操练习集,配套详细的文章教程讲解,助你快速掌握C#/.NET/.NET Core中各种编程常用语法、算法、技巧、中间件、类库、工作业务实操等等。
|
Version | Downloads | Last updated |
---|---|---|
6.0.4 | 6,058 | 1/13/2024 |
6.0.3 | 2,197 | 1/1/2024 |
6.0.2 | 1,381 | 11/20/2023 |
6.0.1 | 2,580 | 9/9/2023 |
6.0.0 | 10,932 | 11/9/2022 |
6.0.0-preview1 | 149 | 10/19/2022 |
5.9.1 | 6,393 | 8/21/2022 |
5.9.0 | 13,060 | 6/9/2022 |
5.8.1 | 514 | 6/7/2022 |
5.8.0 | 11,539 | 11/12/2021 |
5.7.0 | 631 | 10/6/2021 |
5.6.0 | 581 | 8/13/2021 |
5.5.0 | 4,055 | 4/7/2021 |
5.4.0 | 252 | 3/30/2021 |
5.3.0 | 374 | 3/27/2021 |
5.2.2 | 730 | 2/12/2021 |
5.2.1 | 413 | 2/8/2021 |
5.2.0 | 370 | 2/7/2021 |
5.1.0 | 493 | 1/14/2021 |
5.0.0 | 659 | 11/12/2020 |
3.1.2 | 1,639 | 5/20/2020 |
3.1.1 | 552 | 4/25/2020 |
3.1.0 | 516 | 4/23/2020 |
3.0.2 | 568 | 5/20/2020 |
3.0.1 | 505 | 4/25/2020 |
3.0.0 | 516 | 4/23/2020 |
2.0.2 | 558 | 5/20/2020 |
2.0.1 | 487 | 4/25/2020 |
2.0.0 | 484 | 4/23/2020 |
1. This release added support of generic repository through generic methods for more simplicity.