NetCommonByHaBo 2.0.0.1
dotnet add package NetCommonByHaBo --version 2.0.0.1
NuGet\Install-Package NetCommonByHaBo -Version 2.0.0.1
<PackageReference Include="NetCommonByHaBo" Version="2.0.0.1" />
paket add NetCommonByHaBo --version 2.0.0.1
#r "nuget: NetCommonByHaBo, 2.0.0.1"
// Install NetCommonByHaBo as a Cake Addin #addin nuget:?package=NetCommonByHaBo&version=2.0.0.1 // Install NetCommonByHaBo as a Cake Tool #tool nuget:?package=NetCommonByHaBo&version=2.0.0.1
This is a .NET common logic library. This give a generic Authorization functionality as to create password salt and hash and compare. Handle generic exceptions and read the inner exceptions. Give Locale info as all time zones by a country two digit code. Tracking client IP address for any activity monitoring purpose and logging exception with simple configuration.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EntityFramework (>= 6.1.3)
- EntityFramework.SqlServerCompact (>= 6.1.3)
- Newtonsoft.Json (>= 9.0.1)
- NodaTime (>= 1.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added Support for MongoDB Provider
Handled single quotes in Log Message for SQL Database
removed necessity of passing class name and method name in log methods.
Moved loggin initialization to App_start event.
This package is designed to support .NET Framework 4.6>
Please look at the project url to know how to use this package. Also post your questions as comments on the same page.