DataJuggler.Core.UltimateHelper
1.9.3
dotnet add package DataJuggler.Core.UltimateHelper --version 1.9.3
NuGet\Install-Package DataJuggler.Core.UltimateHelper -Version 1.9.3
<PackageReference Include="DataJuggler.Core.UltimateHelper" Version="1.9.3" />
<PackageVersion Include="DataJuggler.Core.UltimateHelper" Version="1.9.3" />
<PackageReference Include="DataJuggler.Core.UltimateHelper" />
paket add DataJuggler.Core.UltimateHelper --version 1.9.3
#r "nuget: DataJuggler.Core.UltimateHelper, 1.9.3"
#:package DataJuggler.Core.UltimateHelper@1.9.3
#addin nuget:?package=DataJuggler.Core.UltimateHelper&version=1.9.3
#tool nuget:?package=DataJuggler.Core.UltimateHelper&version=1.9.3
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 (7)
Showing the top 5 NuGet packages that depend on DataJuggler.Core.UltimateHelper:
| Package | Downloads |
|---|---|
|
DataJuggler.Net
Advanced code generation for C# developers. DataJuggler.Net reads SQL Server database schema, and powers DataTier.Net and DBCompare and other projects. |
|
|
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. |
|
|
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.PixelDatabase.Net
PixelDatabase is a List of PixelInformation objects, that you can use LINQ expressions or Bitmap Query Language expressions to update images. |
|
|
DataJuggler.Tutorials.PasswordVault
This project contains a demo form and control used for a tutorial video. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.9.3 | 178 | 11/24/2025 |
| 1.9.1 | 221 | 9/10/2025 |
| 1.9.0 | 187 | 9/9/2025 |
| 1.7.1 | 409 | 7/30/2023 |
| 1.7.0 | 250 | 7/30/2023 |
| 1.6.0 | 5,250 | 2/19/2022 |
| 1.5.0 | 15,203 | 1/9/2020 |
| 1.4.10 | 761 | 12/20/2019 |
| 1.4.9 | 758 | 12/19/2019 |
| 1.4.8 | 764 | 12/18/2019 |
| 1.4.7 | 778 | 12/18/2019 |
| 1.4.6 | 792 | 12/11/2019 |
| 1.4.5 | 803 | 12/6/2019 |
| 1.4.4 | 793 | 12/6/2019 |
| 1.4.3 | 796 | 12/5/2019 |
| 1.4.2 | 818 | 12/5/2019 |
| 1.4.1 | 768 | 12/5/2019 |
| 1.3.11 | 1,335 | 12/4/2019 |
| 1.3.10 | 738 | 12/4/2019 |
| 1.3.9 | 951 | 9/29/2019 |
| 1.3.8 | 773 | 9/29/2019 |
| 1.3.6 | 2,173 | 9/19/2019 |
| 1.3.5 | 3,593 | 8/21/2019 |
| 1.3.4 | 1,139 | 8/12/2019 |
| 1.3.3 | 3,533 | 8/2/2019 |
| 1.3.2 | 1,864 | 6/2/2019 |
| 1.3.1 | 863 | 6/2/2019 |
| 1.3.0 | 2,631 | 5/27/2019 |
| 1.1.0 | 2,171 | 1/12/2015 |
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.