Adnc.Infra.Repository
0.9.8
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Adnc.Infra.Repository --version 0.9.8
NuGet\Install-Package Adnc.Infra.Repository -Version 0.9.8
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="Adnc.Infra.Repository" Version="0.9.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Adnc.Infra.Repository --version 0.9.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Adnc.Infra.Repository, 0.9.8"
#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 Adnc.Infra.Repository as a Cake Addin #addin nuget:?package=Adnc.Infra.Repository&version=0.9.8 // Install Adnc.Infra.Repository as a Cake Tool #tool nuget:?package=Adnc.Infra.Repository&version=0.9.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
该工程定义了Entity对象的基类、UnitOfWork接口、仓储接口。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- MongoDB.Driver (>= 2.16.1)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Adnc.Infra.Repository:
Package | Downloads |
---|---|
Adnc.Shared.Repository
该层定义了仓储层基类。 |
|
Adnc.Infra.Repository.EfCore
该库是`Adnc.Infra.Repository`相关接口EfCore的实现,提供数据库CRUD操作,支持分布式事务。 |
|
Adnc.Infra.Repository.Dapper
该库定义了Entity对象的基类、UnitOfWork接口、仓储接口。 |
|
Adnc.Infra.Repository.EfCore.MySql
该库是在`Adnc.Infra.Repository.EfCore`基础上Mysql的实现。 |
|
Adnc.Infra.Repository.Mongo
该库是`Adnc.Infra.Repository`相关接口Mongodb的实现,提供数据库CRUD操作。 |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Adnc.Infra.Repository:
Repository | Stars |
---|---|
AlphaYu/adnc
.NET微服务/分布式开发框架,同时也适用于单体架构系统的开发。
|