HBD.Framework 3.0.0

.NET Standard 2.1
dotnet add package HBD.Framework --version 3.0.0
NuGet\Install-Package HBD.Framework -Version 3.0.0
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="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HBD.Framework --version 3.0.0
#r "nuget: HBD.Framework, 3.0.0"
#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=3.0.0

// Install HBD.Framework as a Cake Tool
#tool nuget:?package=HBD.Framework&version=3.0.0

The effective framework for .Net developers that included a bunch of helper classes that help to develop the application faster.
     This framework is using for all HBD libraries that had been developing by Duy Hoang.
     More details in here https://github.com/baoduy?tab=repositories

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.1
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
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.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/

HBD.Mef.Mvc

The Mef (Dependence injection) for Mvc5 and Mvc6.

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 366 7/13/2021
2.2.0 623 9/29/2019
2.1.2.1 1,326 3/30/2018
2.1.2 994 3/30/2018
2.1.1 1,371 3/27/2018
2.1.0 943 3/25/2018
2.0.0 2,556 8/13/2017
2.0.0-preview9 761 7/27/2017
2.0.0-preview3 1,025 7/8/2017
2.0.0-preview2 1,750 6/17/2017
2.0.0-preview1 806 6/13/2017
1.0.12 2,466 5/30/2017
1.0.11 892 5/20/2017
1.0.10 917 5/14/2017
1.0.9 922 5/2/2017
1.0.8 974 4/27/2017
1.0.7 1,095 4/3/2017
1.0.6 1,149 4/2/2017
1.0.5 1,311 3/4/2017
1.0.4 2,014 11/4/2016
1.0.3 871 10/26/2016
1.0.3-beta1 727 10/21/2016
1.0.0-beta19 778 10/26/2015
1.0.0-beta18 977 10/3/2015
1.0.0-beta16 971 9/22/2015
1.0.0-beta15 841 9/22/2015
1.0.0-beta14 952 9/22/2015
1.0.0-beta13 826 9/21/2015
1.0.0-beta12 813 9/17/2015
1.0.0-beta11 822 9/16/2015
1.0.0-beta09 800 9/3/2015
1.0.0-beta08 824 8/29/2015
1.0.0-beta07 791 8/29/2015
1.0.0-beta06 797 8/29/2015
1.0.0-beta05 794 8/29/2015
1.0.0-beta04 1,006 8/29/2015
1.0.0-beta03 778 8/28/2015
1.0.0-beta02 794 8/28/2015
1.0.0-beta01 1,168 8/28/2015

Version 3.x
     - Remove supports .Net 4 and Added supports .Net Core 3.x

     Version 2.x
     - Move common extensions to HBD.Framework.Extensions
     - Fix COnfigurationManager.GetSection issues.
     - Move PatternExtractor to HBD.Services.Transformation package
     - Move Compression to HBD.Services.Compress packages
     - Move SqlClient to HBD.Services.SqlClient package
     - Add the extention methods for IPrincipal
     - Stop support .Net Standard 1.6
     - Move Csv helper to HBD.Services.Csv package
     - Move SSDT to HBD.Services.Ssdt package
     - Move Random generation to HBD.Services.Random packages
     - Move HtmlGeneration to HBD.Services.HtmlGeneration packages
     - 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 extension method to PropertyValue and update logic allows to get the value of private property.
     - Rename SetValueFromProperty extension method to SetPropertyValue and update logic allows to set the value to private property.
     - Enhance and hot-fix ObservableSortedCollection is not working property with WPF app.
     - Moved the Caching to HBD.Caching package. It is available on Nuget.org as well.
     - Move the SingletonManaget to HBD.Singleton package. It is available on Nuget.org as well.

     Version 1.x
     - Add Base64CryptionService for the simple encryption and description.
     - 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.
     - Enhance ConfigurationManager to support the configures on Azure.
     - Add ConfigurationExtensions allows to Merge the AppSettings and ConnectionStrings from the other files.
     - Add support for .Standard 1.6
     - 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.
     - Add NotFoundException.
     - 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