HBD.Framework 3.0.0

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 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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.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. 
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 514 7/13/2021
2.2.0 746 9/29/2019
2.1.2.1 1,976 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,969 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,851 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,330 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 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