VOOZH about

URL: https://www.nuget.org/packages/DH.Utils/

⇱ NuGet Gallery | DH.Utils 10.0.2026.60800034




👁 Image
DH.Utils 10.0.2026.60800034

dotnet add package DH.Utils --version 10.0.2026.60800034
 
 
NuGet\Install-Package DH.Utils -Version 10.0.2026.60800034
 
 
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="DH.Utils" Version="10.0.2026.60800034" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DH.Utils" Version="10.0.2026.60800034" />
 
Directory.Packages.props
<PackageReference Include="DH.Utils" />
 
Project file
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 DH.Utils --version 10.0.2026.60800034
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DH.Utils, 10.0.2026.60800034"
 
 
#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 DH.Utils@10.0.2026.60800034
 
 
#: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=DH.Utils&version=10.0.2026.60800034
 
Install as a Cake Addin
#tool nuget:?package=DH.Utils&version=10.0.2026.60800034
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

DH.FrameWork

介绍

基于net core的底层快速开发框架,目前主要net core 版本号为:7.0.100,支持插件模式。

已上传Nuet:请搜索DH.Web.Framework
另已制作上传简单项目模板到Nuget:请搜索DH.Templates.Mvc.Base

交流请加群:774046050

另有基于Maui的项目:DH.Maui.FrameWork

1、单例方法可以使用Singleton<T>.Instance
2、支持多语种
3、支持插件
4、数据库ORM使用新生命的NewLife.XCode
5、支持缓存。缓存支持内存缓存和Redis缓存,Redis缓存组件使用新生命的NewLife.Redis
6、支持项目内事件发布和消费
7、支持动态路由,目前暂支持首页动态路由为指定插件的页面路由。
8、支持钉钉和企业微信WebHook
9、支持基于Json持久化存储的内存数据库
10、支持虚拟文件系统功能。
11、支持客如云、银豹平台、微信相关、又拍云相关对接SDK
12、支持动态C#类型库,可以像在JavaScript或其他动态语言中一样定义Dynamic对象
13、支持Vue集成框架开发,目前支持两种模式:1是只能使用Vue,2是可以Vue和Mvc共存。其中VueDemo为全局Vue Demo,VueDemo1为Vue和Mvc共存
14、支持SMS短信PDU格式转换类库
15、JWT权限类库

插件页面性能

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 netstandard2.1 is compatible. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on DH.Utils:

Package Downloads
DH.Base

用于DH框架的最基础类库,支持Xamarin/Asp.net Core/.net core/winform/wpf

DH.Npoi

DH框架基于NPOI的扩展类库,支持Excel/Csv。参考https://github.com/WeihanLi/WeihanLi.Npoi

DH.AspNetCore

基于DH框架的Asp.NetCore的基类

DH.BDYYSdk

基于DH框架的百度地图的鹰眼轨迹SDK。参考https://github.com/hetaoos/Baidu.Yingyan

DH.Schedulers

用于DH框架的定时任务处理工具,基于Quartz

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.2026.60800034 588 6/9/2026
10.0.2026.60100033 803 6/1/2026
10.0.2026.52200033 684 5/22/2026
10.0.2026.51500031 364 5/19/2026
10.0.2026.51300028 4,449 5/13/2026
10.0.2026.50800027 8,682 5/8/2026
10.0.2026.50700027 8,589 5/8/2026
10.0.2026.50100027 10,739 5/1/2026
10.0.2026.42900026 10,720 4/29/2026
10.0.2026.42700025 10,781 4/27/2026
10.0.2026.42700023 10,703 4/27/2026
10.0.2026.42700022 10,723 4/27/2026
10.0.2026.41600021 10,711 4/17/2026
10.0.2026.41600020 10,644 4/16/2026
10.0.2026.41600019 10,768 4/16/2026
10.0.2026.41600018 10,714 4/16/2026
10.0.2026.41500018 10,711 4/15/2026
10.0.2026.31700017 10,748 3/17/2026
10.0.2026.31700016 10,714 3/17/2026
10.0.2026.31700015 10,716 3/17/2026
Loading failed

DH框架基类工具类