DH.NCore
4.19.2026.303
See the version list below for details.
dotnet add package DH.NCore --version 4.19.2026.303
NuGet\Install-Package DH.NCore -Version 4.19.2026.303
<PackageReference Include="DH.NCore" Version="4.19.2026.303" />
<PackageVersion Include="DH.NCore" Version="4.19.2026.303" />
<PackageReference Include="DH.NCore" />
paket add DH.NCore --version 4.19.2026.303
#r "nuget: DH.NCore, 4.19.2026.303"
#:package DH.NCore@4.19.2026.303
#addin nuget:?package=DH.NCore&version=4.19.2026.303
#tool nuget:?package=DH.NCore&version=4.19.2026.303
核心库 DH.NCore
核心组件,支撑其它所有组件。 主要功能包括:
- [日志] 统一ILog接口,内置控制台、文本文件、WinForm控件和网络日志等实现
- [网络] 单点最高400万长连接
- [RPC] 单点最高处理能力2266万tps
- [缓存] 统一ICache接口,内置MemoryCache、Redis实现
- [安全] AES/DES/RC4/RSA/DSA/CRC
- [多线程] 定时调度TimerX
- [APM] 性能追踪,分布式应用必备
- [序列化] Binary/Json/Xml
各项目默认支持net10.0/netstandard2.1/netstandard2.0/net4.62/net4.5,旧版(2024.0801)支持net4.0/net2.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net5.0-windows7.0 is compatible. 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. net6.0-windows7.0 is compatible. net7.0 is compatible. 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. net7.0-windows7.0 is compatible. 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. net8.0-windows7.0 is compatible. net9.0 is compatible. 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. net9.0-windows7.0 is compatible. net10.0 is compatible. 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. net10.0-windows7.0 is compatible. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 is compatible. net462 is compatible. 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. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.5
- System.Memory (>= 4.5.5)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.6.1
- System.Memory (>= 4.5.5)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.6.2
- System.Memory (>= 4.6.3)
- System.ValueTuple (>= 4.6.2)
-
.NETStandard 2.0
- System.Memory (>= 4.6.0)
-
.NETStandard 2.1
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
-
net10.0
- No dependencies.
-
net10.0-windows7.0
- No dependencies.
-
net5.0
- No dependencies.
-
net5.0-windows7.0
- No dependencies.
-
net6.0
- No dependencies.
-
net6.0-windows7.0
- No dependencies.
-
net7.0
- No dependencies.
-
net7.0-windows7.0
- No dependencies.
-
net8.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
-
net9.0
- No dependencies.
-
net9.0-windows7.0
- No dependencies.
NuGet packages (28)
Showing the top 5 NuGet packages that depend on DH.NCore:
| Package | Downloads |
|---|---|
|
DH.NCode
高性能 .NET 数据中间件(超级ORM),聚焦添删改查与海量数据,内置多级缓存、自动迁移、分表分库、强类型查询与跨库迁移。 |
|
|
DH.NRedis
性能Redis客户端,支持RESP2/RESP3协议,覆盖Redis 2.8~7.x全部数据结构与命令,内置消息队列(简单/可靠/延迟/Stream),支持集群/哨兵/云厂商适配,经日均80+亿次调用验证 |
|
|
DH.NIoT
IoT标准库,定义物联网领域的各种通信协议标准规范,包括驱动接口、物模型、设备控制器等,不含具体实现。用于IoT平台建设及统一硬件驱动协议 |
|
|
DH.NRemoting
提供RPC、HTTP、WebSocket与SRMP统一通信能力 |
|
|
DH.NStardust
星尘分布式服务框架核心库。提供配置中心、注册中心、服务发现、全链路追踪、APM性能监控、日志中心等客户端SDK,支持配置拉取、服务注册与发现、调用追踪、性能和日志上报。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.22.2026.506-beta0855 | 8,366 | 5/6/2026 |
| 4.22.2026.427-beta0345 | 3,322 | 4/27/2026 |
| 4.22.2026.427-beta0342 | 103 | 4/27/2026 |
| 4.22.2026.427-beta0340 | 109 | 4/27/2026 |
| 4.22.2026.421-beta1328 | 2,476 | 4/21/2026 |
| 4.22.2026.421-beta0847 | 229 | 4/21/2026 |
| 4.22.2026.421-beta0820 | 102 | 4/21/2026 |
| 4.22.2026.412-beta0524 | 16,809 | 4/12/2026 |
| 4.22.2026.412-beta0523 | 104 | 4/12/2026 |
| 4.22.2026.412-beta0503 | 104 | 4/12/2026 |
| 4.22.2026.412-beta0458 | 224 | 4/12/2026 |
| 4.22.2026.412-beta0455 | 118 | 4/12/2026 |
| 4.22.2026.412-beta0450 | 104 | 4/12/2026 |
| 4.22.2026.412-beta0439 | 106 | 4/12/2026 |
| 4.21.2026.412-beta0438 | 109 | 4/12/2026 |
| 4.21.2026.329-beta1055 | 325 | 3/29/2026 |
| 4.21.2026.326-beta0727 | 10,440 | 3/26/2026 |
| 4.21.2026.326-beta0726 | 97 | 3/26/2026 |
| 4.21.2026.326-beta0721 | 102 | 3/26/2026 |
| 4.19.2026.303 | 15,830 | 3/3/2026 |
新增高性能SpanSerializer零分配序列化;IPacket重构优化内存管理与切片性能;网络层SendMessageAsync去异步化与编解码器池化,NetServer实测23.4Gbps/1.4亿pkt/s;FileConfigProvider配置热加载重构为事件驱动+定时兜底;IOHelper新增异步精确/最少读取;DeferredQueue支持动态修改周期;MemoryCache单键Remove零分配