DH.LazyCaptcha 4.0.2024.112500010

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

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
4.16.2026.306-beta0105 75 3/6/2026
4.16.2025.1205-beta2346 183 12/5/2025
4.1.2025.412-beta0632 183 4/12/2025
4.1.2025.323-beta1144 333 3/23/2025
4.1.2025.115-beta1621 167 1/15/2025
4.1.2025.110-beta0559 153 1/10/2025
4.1.2025.105-beta1229 176 1/5/2025
4.1.2024.1231-beta0944 147 12/31/2024
4.1.2024.1230-beta0823 168 12/30/2024
4.1.2024.1226-beta1007 158 12/26/2024
4.1.2024.1226-beta0959 153 12/26/2024
4.1.2024.1213-beta1215 201 12/13/2024
4.1.2024.1211-beta0124 166 12/11/2024
4.1.2024.1210-beta1524 156 12/10/2024
4.1.2024.1210-beta1507 148 12/10/2024
4.1.2024.1210-beta1502 159 12/10/2024
4.1.2024.1210-beta1451 148 12/10/2024
4.1.2024.1210-beta1436 150 12/10/2024
4.0.2024.112500010 235 11/25/2024
3.6.2024.8040134 220 12/13/2024
Loading failed

DH框架基于SixLabors的验证码类库