DataJuggler.Core.UltimateHelper
1.9.14
dotnet add package DataJuggler.Core.UltimateHelper --version 1.9.14
NuGet\Install-Package DataJuggler.Core.UltimateHelper -Version 1.9.14
<PackageReference Include="DataJuggler.Core.UltimateHelper" Version="1.9.14" />
<PackageVersion Include="DataJuggler.Core.UltimateHelper" Version="1.9.14" />
<PackageReference Include="DataJuggler.Core.UltimateHelper" />
paket add DataJuggler.Core.UltimateHelper --version 1.9.14
#r "nuget: DataJuggler.Core.UltimateHelper, 1.9.14"
#:package DataJuggler.Core.UltimateHelper@1.9.14
#addin nuget:?package=DataJuggler.Core.UltimateHelper&version=1.9.14
#tool nuget:?package=DataJuggler.Core.UltimateHelper&version=1.9.14
The ultimate collection of C# helper classes.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on DataJuggler.Core.UltimateHelper:
| Package | Downloads |
|---|---|
|
DataJuggler.Net.Cryptography
This package is a port of DataJuggler.Core.Cryptography for dot net core. It uses using Konscious.Security.Cryptography.Argon2 by Keef Aragaon. |
|
|
DataJuggler.PixelDatabase.Net
PixelDatabase is a List of PixelInformation objects, that you can use LINQ expressions or Bitmap Query Language expressions to update images. |
|
|
XmlMirror.Runtime
This is the runtime file for XmlMirror. The project home is https://github.com/DataJuggler/SharedRepo. This file must be deployed with any Xml Mirror project that involves parsers and / or writers. |
|
|
DataJuggler.Tutorials.PasswordVault
This project contains a demo form and control used for a tutorial video. |
|
|
DataJuggler.Core.RandomShuffler
This is used to make creating true random number sets such as cards or dice. The results will eventually deal all choices if the MinReshuffleLevel is low enough. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.9.14 | 53 | 8/16/2026 |
| 1.9.12 | 184 | 2/13/2026 |
| 1.9.11 | 128 | 2/13/2026 |
| 1.9.10 | 143 | 2/10/2026 |
| 1.9.9 | 134 | 2/9/2026 |
| 1.9.8 | 135 | 2/9/2026 |
| 1.9.7 | 134 | 2/9/2026 |
| 1.9.6 | 132 | 2/9/2026 |
| 1.9.5 | 140 | 2/9/2026 |
| 1.9.4 | 153 | 1/29/2026 |
| 1.9.3 | 256 | 11/24/2025 |
| 1.9.1 | 302 | 9/10/2025 |
| 1.9.0 | 257 | 9/9/2025 |
| 1.7.1 | 469 | 7/30/2023 |
| 1.7.0 | 310 | 7/30/2023 |
| 1.6.0 | 5,948 | 2/19/2022 |
| 1.5.0 | 18,412 | 1/9/2020 |
| 1.4.10 | 819 | 12/20/2019 |
| 1.4.9 | 819 | 12/19/2019 |
| 1.4.8 | 829 | 12/18/2019 |
Version 1.9.14 - Switched out System.Data.SqlClient with Microsoft.Data.SqlClient
Version 1.9.8 - Added a default value for digits to 0 for RoundUp and RoundDown.
Version 1.9.5 - Copied some code from the .NET 10 version for RoundDown and RoundUp with a digits override.
Version 1.9.4 - Copied some code from the .NET 10 version to make a special version of Excelerate.
Version 1.9.0 - EnvironmentVariableHelper was updated to have a parameter for User or Machine
Version 1.7.0 - WordParser has been eliminated. Use TextHelper for all methods that WordParser useds to implement.
Version 1.6.0 - This project was updated to 4.8 .NET Framework
Version 1.5.0 - I am in the process of moving CryptographyHelper to its own package for the .Net Framework. I didn't like all the baggage the Konscious.Security and Argon libraries
added to this package, so I removed CryptographyHelper. I also broke ConfigurationHelper if you had any encrypted values, so DataTier.Net has to change, but the change is for the best.
Version 1.4.9 - I added a verifyRetries optional parameter to GeneratePasswordHash. It really should be manditory.
Version 1.4.8 - I updated CryptographyHelper to have try catches around everything.