DH.NIP 3.9.2024.9210003

There is a newer version of this package available.
See the version list below for details.
dotnet add package DH.NIP --version 3.9.2024.9210003
                    
NuGet\Install-Package DH.NIP -Version 3.9.2024.9210003
                    
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.NIP" Version="3.9.2024.9210003" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DH.NIP" Version="3.9.2024.9210003" />
                    
Directory.Packages.props
<PackageReference Include="DH.NIP" />
                    
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.NIP --version 3.9.2024.9210003
                    
#r "nuget: DH.NIP, 3.9.2024.9210003"
                    
#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.NIP@3.9.2024.9210003
                    
#: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.NIP&version=3.9.2024.9210003
                    
Install as a Cake Addin
#tool nuget:?package=DH.NIP&version=3.9.2024.9210003
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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 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.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

  • .NETStandard 2.1

  • net5.0

  • net6.0

  • net7.0

  • net8.0

NuGet packages (4)

Showing the top 4 NuGet packages that depend on DH.NIP:

Package Downloads
Pek.NCube.Base

Web快速开发平台,搭建管理后台,灵活可扩展!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,在真实项目中经历过单表100亿数据添删改查的考验。

YRY.Web.Framework

Net Core Web基础开发框架,支持模板视图重载覆盖

DH.NCube.Core

Web快速开发平台,搭建管理后台,灵活可扩展!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,在真实项目中经历过单表100亿数据添删改查的考验。

DH.NCube

Web快速开发平台,搭建管理后台,灵活可扩展!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,在真实项目中经历过单表100亿数据添删改查的考验。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.21.2026.305-beta0044 4,188 3/5/2026
4.21.2026.304-beta0022 101 3/4/2026
4.18.2026.228-beta1505 98 2/28/2026
4.18.2026.225-beta0254 381 2/25/2026
4.18.2026.210 217 2/10/2026
4.18.2026.210-beta0537 96 2/10/2026
4.17.2026.130-beta0139 420 1/30/2026
4.17.2026.114-beta0405 191 1/14/2026
4.17.2026.112-beta1141 241 1/12/2026
4.17.2026.106-beta1004 1,027 1/6/2026
4.16.2025.1225-beta1024 2,247 12/25/2025
4.16.2025.1113 3,331 11/13/2025
4.16.2025.1113-beta0448 300 11/13/2025
4.15.2025.1024-beta1303 1,571 10/24/2025
4.15.2025.1002-beta0305 651 10/2/2025
4.13.2025.926-beta1147 314 9/26/2025
4.13.2025.902-beta1246 2,382 9/2/2025
4.13.2025.818-beta0355 1,517 8/18/2025
4.13.2025.725-beta0539 4,052 7/25/2025
3.9.2024.9210003 295 9/21/2024
Loading failed

IP地址库