DataJuggler.UltimateHelper.Core
1.2.6
dotnet add package DataJuggler.UltimateHelper.Core --version 1.2.6
NuGet\Install-Package DataJuggler.UltimateHelper.Core -Version 1.2.6
<PackageReference Include="DataJuggler.UltimateHelper.Core" Version="1.2.6" />
<PackageVersion Include="DataJuggler.UltimateHelper.Core" Version="1.2.6" />
<PackageReference Include="DataJuggler.UltimateHelper.Core" />
paket add DataJuggler.UltimateHelper.Core --version 1.2.6
#r "nuget: DataJuggler.UltimateHelper.Core, 1.2.6"
#addin nuget:?package=DataJuggler.UltimateHelper.Core&version=1.2.6
#tool nuget:?package=DataJuggler.UltimateHelper.Core&version=1.2.6
I just published a new website that contains examples using the new ProgressBar and the Validation component.
github.com/DataJuggler/BlazorChat
Not live yet, but soon https://blazorchat.com will be live. Trying to get some bugs worked out first.
Also using these components is: https://pixeldatabase.net A free online text based image editor using Bitmap Query Language, or BQL.
Please visit my YouTube channel and subscribe if you haven't already, as I make new videos often:
https://www.youtube.com/channel/UCaw0joqvisKr3lYJ9Pd2vHA
I make announcements on Twitter when new versions are released, follow me: Data_Juggler
And I have over two dozen projects on GitHub: github.com/DataJuggler
Thanks,
Data Juggler
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. net9.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- System.Data.SqlClient (>= 4.8.0)
-
.NETStandard 2.1
- System.Data.SqlClient (>= 4.8.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DataJuggler.UltimateHelper.Core:
Package | Downloads |
---|---|
DataJuggler.Core.Cryptography
This is a port of the Dot Net Core version of CryptographyHelper from my Dot Net Framework project DataJuggler.Core.UltimateHelper. The code is available here: https://github.com/DataJuggler/DataJuggler.Core.Cryptography This project adds many Nuget dependencies to use Konscious.Security.Cryptography in a Dot Net Core project, so I choose to create a separate project rather than include it in the Dot Net Core version of UltimateHelper, DataJuggler.Net.UltimateHelper.Core. To view the documentation, visit: https://github.com/DataJuggler/DataJuggler.Core.Cryptography/blob/master/README.md |
|
DataJuggler.Net.Core
This class is a port of DataJuggler.Net for the .Net Framework, which is used by DataTier.Net and DB Compare to read SQL Server database schema and code generate stored procedure driven data tiers. The two main classes are: SQLDatabaseConnector - A wrapper for SqlDatabaseConnection that reads database schema. CSharpClassWriter - A class that is useful in code generating C# classes. |
|
DataJuggler.RandomShuffler.Core
This is a direct port of RandomShuffler for Dot Net Framework. Everything should work the same. I am starting with the same version the Dot Net Framework was at, but since this is the first version for Dot Net Core, use with caution. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.6 | 2,092 | 7/4/2020 |
1.2.5 | 1,500 | 6/12/2020 |
1.2.4 | 4,100 | 5/9/2020 |
1.2.3 | 3,533 | 4/21/2020 |
1.2.2 | 958 | 4/21/2020 |
1.2.1 | 2,899 | 2/26/2020 |
1.2.0 | 3,461 | 2/2/2020 |
1.1.8 | 992 | 1/25/2020 |
1.1.7 | 12,196 | 12/18/2019 |
1.1.6 | 1,412 | 12/6/2019 |
1.1.5 | 1,000 | 12/6/2019 |
1.1.4 | 1,740 | 12/4/2019 |
1.1.3 | 963 | 12/4/2019 |
1.1.2 | 997 | 12/4/2019 |
1.1.1 | 948 | 12/4/2019 |
1.1.0 | 1,338 | 9/23/2019 |
1.0.8-Rc1 | 332 | 9/20/2019 |
1.0.7-Rc1 | 325 | 9/20/2019 |
1.0.6-Rc1 | 326 | 9/19/2019 |
1.0.5-Rc1 | 346 | 9/18/2019 |
1.0.4-preview | 340 | 9/9/2019 |
1.0.3-preview | 337 | 9/9/2019 |
1.0.0-preview | 855 | 9/9/2019 |
Version 1.2.6 - Not sure if a publish was needed for this, but the project file now has Source Link enabled, so source stepping should be possible.
Version 1.2.5 - I changed NumericHelper.IsNumeric to include 3 new optional parameters.
bool RemoveDash, true by default. - numbers are removed for this test.
double defaultValue, -2,000,000 default value.
double errorValue, -2,000,001 default value.
If the number parses to greater than, it is numeric.
My old way didn't work for negative numbers, and I need them now.
Version 1.2.4 - I added a 5th parameter override to NullHelper.Exists and NullHelper.IsNull
Version 1.2.3 - I accidently had LastIndexOf instead of Index of when I created a new file name in CreateFileNameWithPartialGuid method.
Version 1.2.2 - I added a new method to FileHelper, CreateFileName with PartialGuid.
Version 1.2.1
I brought over WordParser.cs.
Version 1.2.0 This is my first attempt at Multi-Targeting so this application is availaable to .Net Core 3.1 and .Net Standard 2.1.