dotnet-core-dpz2
1.1.1908.4
See the version list below for details.
dotnet add package dotnet-core-dpz2 --version 1.1.1908.4
NuGet\Install-Package dotnet-core-dpz2 -Version 1.1.1908.4
<PackageReference Include="dotnet-core-dpz2" Version="1.1.1908.4" />
paket add dotnet-core-dpz2 --version 1.1.1908.4
#r "nuget: dotnet-core-dpz2, 1.1.1908.4"
// Install dotnet-core-dpz2 as a Cake Addin #addin nuget:?package=dotnet-core-dpz2&version=1.1.1908.4 // Install dotnet-core-dpz2 as a Cake Tool #tool nuget:?package=dotnet-core-dpz2&version=1.1.1908.4
dpz2
一个基于.Net Core的辅助开发套件基础件,包含格式化调试输出、基础操作类型、字符串辅助和时间处理
一个专用于调试的类:Debug.cs
使用此类可以轻松进行带有标记的调试信息输出。
一个以字符串为键的典型键-值字典:KeyValues.cs
字典是非常常用和实用的类型,而以字符串为键的字典则更为普遍。
一个专用动态类型:Dynamic.cs
使用动态类型可以很大程度上增加编程效率,而基于KeyValues的动态类型则更能发挥其作用。
一个带有释放器的对象基类:Object.cs
在标准Object上增加了IDisposable接口的支持,凡是继承了此对象的类,均获得Using语法支持。
一个好用的字符串辅助类:StringHelper.cs
为字符串增加了为空判断,快捷数字判断、转换,格式类型判断,MD5/Sha1运算等快捷操作。
只需在代码页面中引入dpz2组件,即可使用本辅助类中定义的字符串扩展。
示例(引用):
using dpz2;
示例(获取字符串MD5值):
string str = "123456";
string md5 = str.GetMD5();
一个快速操纵的时间类型处理类:Time.cs
使用本类可进行直观的时间类型格式化输出,时间戳的换算等。
Nuget引用
此组件目前已支持在Nuget仓库下载,Nuget页面为 https://www.nuget.org/packages/dotnet-core-dpz2/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.2
- No dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on dotnet-core-dpz2:
Package | Downloads |
---|---|
dotnet-core-dpz2-db
dpz2开发套件数据库应用扩展(.Net Core),目前支持Sql Server、MySql、Sqlite和PostgreSql,同时支持数据库的原生SQL语句和通用的.Net封装函数操作 |
|
dotnet-core-dpz2-file
dpz2开发套件文件操作扩展(.Net Core) |
|
dotnet-core-dpz2-xml
基于dpz2开发套件的XML操作扩展组件(.Net Core),包括一套自行研发的xml解析算法及相关的扩展操作 |
|
dotnet-core-dpz2-conf
dpz2开发套件配置文件操作扩展(.Net Core) |
|
dotnet-core-dpz2-net
基于dpz2开发套件的网络操作扩展组件(.Net Core) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1909.6 | 5,539 | 8/31/2019 |
1.1.1908.5 | 5,573 | 8/30/2019 |
1.1.1908.4 | 8,815 | 8/12/2019 |
1.1.1908.3 | 509 | 8/11/2019 |
1.0.1907.2 | 10,675 | 7/22/2019 |
1.0.1907.1 | 507 | 7/22/2019 |