HBD.Framework 2.0.0-preview9

This is a prerelease version of HBD.Framework.
There is a newer version of this package available.
See the version list below for details.
dotnet add package HBD.Framework --version 2.0.0-preview9
NuGet\Install-Package HBD.Framework -Version 2.0.0-preview9
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="HBD.Framework" Version="2.0.0-preview9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HBD.Framework --version 2.0.0-preview9
#r "nuget: HBD.Framework, 2.0.0-preview9"
#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.
// Install HBD.Framework as a Cake Addin
#addin nuget:?package=HBD.Framework&version=2.0.0-preview9&prerelease

// Install HBD.Framework as a Cake Tool
#tool nuget:?package=HBD.Framework&version=2.0.0-preview9&prerelease

The effective framework for .Net developers that included a bunch of helper classes that help to develop the application faster.

Product 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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on HBD.Framework:

Package Downloads
HBD.Mef

The reference is out of date. Please update to the latest packages available in the nugget.org The custom Mef Bootstrapper that compatible with WPF, WinForms and Console applications. Wisely support from .Net 4.5 to .Net 4.7 and from .Net Standard 1.6 to .Net Standard 2.0.

HBD.Mef.Mvc

The Mef (Dependence injection) for Mvc5 and Mvc6.

HBD.EntityFramework

The library for EntityFramework based on Domain Driven Design pattern allows to maximize the scalability and flexibility for the complex applications. Providing the repository and factory design pattern for EntityFramework and EntityFrameworkCore. - Why should develop the Repository for EF? http://www.thereformedprogrammer.net/is-the-repository-pattern-useful-with-entity-framework/

NXT.DataRandom

SQL Data Random

HBD.App.Shell

The Shell Console Application that provides a core-foundation to develop a Module-able batch job application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 512 7/13/2021
2.2.0 743 9/29/2019
2.1.2.1 1,958 3/30/2018
2.1.2 1,119 3/30/2018
2.1.1 1,616 3/27/2018
2.1.0 1,067 3/25/2018
2.0.0 2,968 8/13/2017
2.0.0-preview9 843 7/27/2017
2.0.0-preview3 1,154 7/8/2017
2.0.0-preview2 2,000 6/17/2017
2.0.0-preview1 894 6/13/2017
1.0.12 2,850 5/30/2017
1.0.11 1,003 5/20/2017
1.0.10 1,035 5/14/2017
1.0.9 1,043 5/2/2017
1.0.8 1,093 4/27/2017
1.0.7 1,259 4/3/2017
1.0.6 1,310 4/2/2017
1.0.5 1,501 3/4/2017
1.0.4 2,329 11/4/2016
1.0.3 984 10/26/2016
1.0.3-beta1 816 10/21/2016
1.0.0-beta19 844 10/26/2015
1.0.0-beta18 1,047 10/3/2015
1.0.0-beta16 1,070 9/22/2015
1.0.0-beta15 904 9/22/2015
1.0.0-beta14 1,020 9/22/2015
1.0.0-beta13 894 9/21/2015
1.0.0-beta12 877 9/17/2015
1.0.0-beta11 889 9/16/2015
1.0.0-beta09 847 9/3/2015
1.0.0-beta08 889 8/29/2015
1.0.0-beta07 838 8/29/2015
1.0.0-beta06 859 8/29/2015
1.0.0-beta05 856 8/29/2015
1.0.0-beta04 1,154 8/29/2015
1.0.0-beta03 840 8/28/2015
1.0.0-beta02 860 8/28/2015
1.0.0-beta01 1,239 8/28/2015

Version 2.0.0-preview9
     - Improve the performance of ObservableSortedCollection.
     - Widely support the .Net Framework from 4.5 to 4.7 and .Net Standard from 1.6 to 2.0
     - Moved the GravatarAdapter to HBD.Web, this library will be publish soon.
     - Improve pattern extractors.
     - Make Csv Adapter support all version of framework. Thanks to CsvHelper.
     - Add Zip helper for all the .Net Framework, allow to zip files or folders with password.
     - Rename GetValueFromProperty extention method to PropertyValue and update logic allows to get the value of private property.
     - Rename SetValueFromProperty extention method to SetPropertyValue and update logic allows to set the value to private property.
     
     Version 1.0.12
     - Add Base64CryptionService for the simple encryption and description.

     Version 1.0.11
     - Remove CryptionManager as storing the default password in the binary and share to everyone is not recommended. If you are using this class, please create a CryptionService instance instead.

     Version 1.0.10
     - Enhance ConfigurationManager to support the configures on Azure.
     - Add ConfigurationExtensions allows to Merge the AppSettings and ConnectionStrings from the other files.

     Version 1.0.9
     - Add support for .Standard 1.6

     Version 1.8.0
     - Add NotAny extension methods.
     - Remove all NotAnyItem extensions as it is not in use and causing the ambiguously.
     - Add Wild-card class, that help to compare the string with the wild-card.
     * The standard extensions, Exceptions, and EventArguments.
     * The Attributes, Collections and Core name-spaces classes.

     Version 1.0.6
     - Add NotFoundException.

     Version 1.0.5
     - Add method to get ChangeTrackingEntry into ChangeTrackingCollection.
     - Add ICancelableNotifyPropertyChanging and apply for NotifyPropertyChange object.
     - Add TableHtmlGeneration that helps to generate a HTML table from IGetSetterCollection, copy to clipboard. That table can be past to Word, Excel easily.
     - Add ObservableSortedCollection
     - Add SingletonWrapper.
     - Add SingletonManager.
     - Separate the HBD.Framework.Data.Excel and HBD.Framework.Security.Azman
     - Add NotNull attributes