DH.NRemoting.Extensions 3.6.2024.5310054

dotnet add package DH.NRemoting.Extensions --version 3.6.2024.5310054
NuGet\Install-Package DH.NRemoting.Extensions -Version 3.6.2024.5310054
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.NRemoting.Extensions" Version="3.6.2024.5310054" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DH.NRemoting.Extensions --version 3.6.2024.5310054
#r "nuget: DH.NRemoting.Extensions, 3.6.2024.5310054"
#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 DH.NRemoting.Extensions as a Cake Addin
#addin nuget:?package=DH.NRemoting.Extensions&version=3.6.2024.5310054

// Install DH.NRemoting.Extensions as a Cake Tool
#tool nuget:?package=DH.NRemoting.Extensions&version=3.6.2024.5310054

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.6.2024.5310054 33 5/31/2024
3.6.2024.5300053 37 5/30/2024
3.6.2024.5290052 42 5/29/2024
3.6.2024.5290051 65 5/29/2024
3.6.2024.5280050 62 5/28/2024
3.6.2024.5270049 71 5/27/2024
3.6.2024.5250048 74 5/25/2024
3.6.2024.5250047 80 5/25/2024
3.6.2024.5240046 77 5/24/2024
3.6.2024.5240045 78 5/24/2024
3.6.2024.5240044 78 5/24/2024
3.6.2024.5240043 78 5/24/2024
3.6.2024.5230039 65 5/23/2024
3.6.2024.5230038 75 5/23/2024
3.6.2024.5230037 79 5/23/2024
3.6.2024.5220036 74 5/23/2024
3.6.2024.5220035 75 5/22/2024
3.6.2024.5220034 75 5/22/2024
3.6.2024.5210033 84 5/21/2024
3.6.2024.5210032 77 5/21/2024
3.6.2024.5200031 68 5/20/2024
3.6.2024.5170030 80 5/17/2024
3.6.2024.5160029 73 5/16/2024
3.6.2024.5160028 84 5/16/2024
3.6.2024.5150027 56 5/15/2024
3.6.2024.5140026 55 5/14/2024
3.6.2024.5130025 54 5/13/2024
3.6.2024.5130024 53 5/13/2024
3.6.2024.5110024 53 5/11/2024
3.6.2024.5110023 51 5/11/2024
3.6.2024.5110022 52 5/11/2024
3.6.2024.5100021 52 5/10/2024
3.6.2024.5100020 53 5/10/2024
3.6.2024.5090019 62 5/9/2024
3.6.2024.5080018 62 5/8/2024
3.6.2024.5080017 61 5/8/2024
3.6.2024.5070016 67 5/7/2024

DH框架的RPC服务扩展,RPC远程过程调用,二进制封装,提供高吞吐低延迟的高性能RPC框架