Dkd.Shared.WebApi
1.9.1
dotnet add package Dkd.Shared.WebApi --version 1.9.1
NuGet\Install-Package Dkd.Shared.WebApi -Version 1.9.1
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="Dkd.Shared.WebApi" Version="1.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dkd.Shared.WebApi" Version="1.9.1" />
<PackageReference Include="Dkd.Shared.WebApi" />
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 Dkd.Shared.WebApi --version 1.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Dkd.Shared.WebApi, 1.9.1"
#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 Dkd.Shared.WebApi@1.9.1
#: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=Dkd.Shared.WebApi&version=1.9.1
#tool nuget:?package=Dkd.Shared.WebApi&version=1.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DKD Infrastructures
مجموعهای از لایبرریهای زیرساختی قدرتمند و استاندارد برای پروژههای داتنت
معرفی
DKD Infrastructures یک مجموعه کامل و یکپارچه از ابزارها و لایبرریهای زیرساختی است که توسط تیم dadehkavanDoran (DKD) توسعه یافته. هدف این مجموعه، سرعت بخشیدن به توسعه پروژهها، استانداردسازی کد، و کاهش Boilerplate است.
این پکیجها به صورت ماژولار طراحی شدهاند و میتوانید فقط آنهایی که نیاز دارید را نصب کنید.
ویژگیهای کلیدی
- سبک و سریع (بهینهسازی شده برای عملکرد)
- پشتیبانی کامل از .NET 8
- معماری Clean & Modular
- پشتیبانی از چندین دیتابیس (SQL Server, MySQL, Oracle, MongoDB)
- Caching قدرتمند با Redis
- Distributed Event Bus
- Service Discovery با Consul
- Id Generation امن و توزیعشده
- Repository Pattern مدرن (EF Core + Dapper)
- Workflow / Flow Management
- Text Processing پیشرفته
لیست پکیجها
| پکیج | توضیح | NuGet |
|---|---|---|
| Dkd.Infra.Core | هسته اصلی، Extensionها و Utilityهای پایه | |
| Dkd.Infra.Repository | Repository Pattern پایه | - |
| Dkd.Infra.Repository.EfCore | پیادهسازی EF Core | - |
| Dkd.Infra.Repository.EfCore.SqlServer | Sql Server Provider | - |
| Dkd.Infra.Repository.EfCore.MySql | MySQL Provider | - |
| Dkd.Infra.Repository.EfCore.Oracle | Oracle Provider | - |
| Dkd.Infra.Repository.EfCore.MongoDB | MongoDB Provider | - |
| Dkd.Infra.Repository.Dapper | Dapper Implementation | - |
| Dkd.Infra.Redis | Redis Client | - |
| Dkd.Infra.Redis.Caching | Distributed Caching | - |
| Dkd.Infra.EventBus | Event Bus (Distributed) | - |
| Dkd.Infra.Consul | Service Discovery & Configuration | - |
| Dkd.Infra.IdGenerater | Distributed ID Generator | - |
| Dkd.Infra.Flows | Workflow Management | - |
| Dkd.Infra.Text | Text Processing & Formatting | - |
نصب
از طریق NuGet Package Manager نصب کنید:
# مثال نصب هسته اصلی
Install-Package Dkd.Infra.Core
# یا با dotnet CLI
dotnet add package Dkd.Infra.Core
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- AspNetCore.HealthChecks.MySql (>= 9.0.0)
- AspNetCore.HealthChecks.Oracle (>= 9.0.0)
- AspNetCore.HealthChecks.Rabbitmq (>= 9.0.0)
- AspNetCore.HealthChecks.UI.Client (>= 9.0.0)
- Dkd.Infra.Consul (>= 1.8.1)
- Dkd.Infra.EventBus (>= 1.8.1)
- Dkd.Infra.Helper (>= 1.8.1)
- Dkd.Infra.Redis.Caching (>= 1.8.1)
- Dkd.Shared (>= 1.9.1)
- Dkd.Shared.Application.Contracts (>= 1.9.1)
- Dkd.Shared.Remote (>= 1.9.1)
- DotNetCore.CAP.Dashboard.K8s (>= 8.3.3)
- FluentValidation (>= 11.11.0)
- FluentValidation.AspNetCore (>= 11.3.0)
- LiteX.HealthChecks.Redis (>= 3.0.0)
- MicroElements.Swashbuckle.FluentValidation (>= 6.1.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.13)
- Microsoft.VisualStudio.Azure.Containers.Tools.Targets (>= 1.21.0)
- MiniProfiler.AspNetCore.Mvc (>= 4.5.4)
- MiniProfiler.EntityFrameworkCore (>= 4.5.4)
- NLog.Targets.Loki (>= 2.2.0)
- NLog.Web.AspNetCore (>= 5.4.0)
- prometheus-net.AspNetCore (>= 8.2.1)
- prometheus-net.DotNetRuntime (>= 4.4.1)
- SkyAPM.Agent.AspNetCore (>= 2.2.0)
- Swashbuckle.AspNetCore (>= 7.2.0)
- Swashbuckle.AspNetCore.SwaggerGen (>= 7.2.0)
- System.ValueTuple (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.