EFGenericUnitOfWork 1.0.19
See the version list below for details.
dotnet add package EFGenericUnitOfWork --version 1.0.19
NuGet\Install-Package EFGenericUnitOfWork -Version 1.0.19
<PackageReference Include="EFGenericUnitOfWork" Version="1.0.19" />
<PackageVersion Include="EFGenericUnitOfWork" Version="1.0.19" />
<PackageReference Include="EFGenericUnitOfWork" />
paket add EFGenericUnitOfWork --version 1.0.19
#r "nuget: EFGenericUnitOfWork, 1.0.19"
#:package EFGenericUnitOfWork@1.0.19
#addin nuget:?package=EFGenericUnitOfWork&version=1.0.19
#tool nuget:?package=EFGenericUnitOfWork&version=1.0.19
program.cs dosyasına eklenecekler örnek
builder.Services.AddScoped<IUnitOfWork, UnitOfWork<BaseDbContext>>(); builder.Services.AddDbContext<BaseDbContext>(options ⇒ options.UseSqlServer(builder.Configuration.GetConnectionString("MsSqlTallyGoDb")));
//IdentityUser Kullanımına Örnek Olarak Eklenecektir Şayet Kullanılmıyorsa Eklenmesine Gerek Yoktur. builder.Services.AddIdentity<Kullanicilar, AppRole>(opt ⇒ { opt.Password.RequireNonAlphanumeric = true; opt.Password.RequireDigit = true;
| Product | Versions 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. |
-
net8.0
- Microsoft.EntityFrameworkCore.Abstractions (>= 8.0.8)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.8)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EFGenericUnitOfWork:
| Package | Downloads |
|---|---|
|
EmfGlobalCaching
A global caching library with support for MediatR, Memory Caching, and Redis Caching, enhancing performance and scalability. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.0.41 | 176 | 7/27/2025 | |
| 1.0.40 | 157 | 7/27/2025 | |
| 1.0.39 | 156 | 7/27/2025 | |
| 1.0.38 | 173 | 7/26/2025 | |
| 1.0.37 | 176 | 7/26/2025 | |
| 1.0.36 | 208 | 7/26/2025 | |
| 1.0.35 | 244 | 7/26/2025 | |
| 1.0.34 | 250 | 7/26/2025 | |
| 1.0.33 | 248 | 7/26/2025 | |
| 1.0.32 | 424 | 3/24/2025 | |
| 1.0.31 | 305 | 3/23/2025 | |
| 1.0.30 | 218 | 3/11/2025 | |
| 1.0.29 | 209 | 3/11/2025 | |
| 1.0.28 | 264 | 3/5/2025 | |
| 1.0.27 | 151 | 2/18/2025 | |
| 1.0.26 | 149 | 2/18/2025 | |
| 1.0.25 | 153 | 2/17/2025 | |
| 1.0.24 | 135 | 2/17/2025 | |
| 1.0.23 | 149 | 2/17/2025 | |
| 1.0.22 | 151 | 2/16/2025 | |
| 1.0.21 | 148 | 2/16/2025 | |
| 1.0.20 | 142 | 1/30/2025 | |
| 1.0.19 | 191 | 9/9/2024 | |
| 1.0.18 | 238 | 7/12/2024 | |
| 1.0.17 | 153 | 7/11/2024 | |
| 1.0.16 | 133 | 7/11/2024 | |
| 1.0.14 | 156 | 7/11/2024 | |
| 1.0.13 | 153 | 7/11/2024 | |
| 1.0.12 | 155 | 7/9/2024 | |
| 1.0.11 | 162 | 7/9/2024 | |
| 1.0.10 | 168 | 7/6/2024 | |
| 1.0.9 | 161 | 7/6/2024 | |
| 1.0.8 | 154 | 7/6/2024 | |
| 1.0.7 | 154 | 7/6/2024 | |
| 1.0.6 | 154 | 7/6/2024 | |
| 1.0.5 | 145 | 7/6/2024 | |
| 1.0.4 | 161 | 7/2/2024 | |
| 1.0.3 | 163 | 7/1/2024 | |
| 1.0.1 | 184 | 7/1/2024 | |
| 1.0.0 | 173 | 7/1/2024 |
Initial release with support for Entity Framework Core, Repository Pattern, UnitOfWork Pattern, SoftDelete functionality, paging, and synchronous/asynchronous support.