GdNet.Common
2.6.0
See the version list below for details.
dotnet add package GdNet.Common --version 2.6.0
NuGet\Install-Package GdNet.Common -Version 2.6.0
<PackageReference Include="GdNet.Common" Version="2.6.0" />
paket add GdNet.Common --version 2.6.0
#r "nuget: GdNet.Common, 2.6.0"
// Install GdNet.Common as a Cake Addin #addin nuget:?package=GdNet.Common&version=2.6.0 // Install GdNet.Common as a Cake Tool #tool nuget:?package=GdNet.Common&version=2.6.0
Base classes for general usage in any application.
Github source: https://github.com/vndevpro/architecture-common
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on GdNet.Common:
Package | Downloads |
---|---|
GdNet.Domain
Base classes for domain entities |
|
SecurityUsers.SqlServer
Common objects / services to manage users of an application. Github source: https://github.com/vndevpro/SecurityUsers |
|
Messaging.SqlServer
An option to store mail messages in SQL server and a console application send unsent messages. This will help to move sending logic out of main business task. Github source: https://github.com/vndevpro/Messaging |
|
SecurityUsers.Models
Github source: https://github.com/vndevpro/SecurityUsers |
|
GdNet.Search
GdNet.Search |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.9.0 | 874 | 10/21/2020 |
2.8.1 | 620 | 10/10/2019 |
2.8.0 | 644 | 4/5/2019 |
2.7.0 | 643 | 3/27/2019 |
2.6.3 | 799 | 1/18/2019 |
2.6.2 | 699 | 1/18/2019 |
2.6.1 | 740 | 12/17/2018 |
2.6.0 | 715 | 12/13/2018 |
2.5.0 | 730 | 12/12/2018 |
2.4.0 | 729 | 12/5/2018 |
2.3.3 | 734 | 11/29/2018 |
2.3.2 | 746 | 11/29/2018 |
2.3.1 | 721 | 11/24/2018 |
2.3.0 | 772 | 11/22/2018 |
2.2.0 | 743 | 11/21/2018 |
2.1.0 | 833 | 9/19/2018 |
2.0.0 | 850 | 9/7/2018 |
1.10.0 | 834 | 9/7/2018 |
1.9.1 | 25,637 | 8/21/2018 |
1.9.0 | 1,116 | 4/18/2017 |
1.8.0 | 1,104 | 12/30/2016 |
1.7.0 | 1,176 | 3/16/2016 |
1.6.0 | 1,300 | 2/25/2016 |
1.5.1 | 1,413 | 2/25/2016 |
1.5.0 | 1,278 | 2/25/2016 |
1.4.0 | 1,311 | 2/24/2016 |
1.3.0 | 1,193 | 2/23/2016 |
1.2.0 | 1,067 | 2/23/2016 |
1.1.0 | 1,242 | 9/10/2015 |
Version 2.6.0: Add Base64SafeEncoder
Version 2.5.0: Add StringEncryptor
Version 2.4.0
- Add EmailMasker
Version 2.3.2
- File name now also ignores #, ?, "and" character
Version 2.3.1
- File name now also ignores # character because it will not work if the name will be used in URL
Version 2.2.0
- Add IFileService
Version 2.1.0
- Add ObjectExtensions and new methods to DynPropertyEntityBase
Version 1.9.1
- Add ToXmlIgnoreNullOrEmpty on XmlExtensions
Version 1.9.0
- Add XmlExtensions, FileSizeExtensions
Version 1.6.0
- Separate IdGenerators to other package Rabbit.Uniquators
Version 1.5.0
- Add SupperShortIdGenerator implement that allows to choose a radix
Version 1.4.0
- Add ShortHexIdGenerator implement (shorter than the SlimHexIdGenerator)
Version 1.3.0
- Add SlimHexIdGenerator implement (shorter than the TimebaseHexIdGenerator)
Version 1.2.0
- Add IdGenerator interface with a TimebaseHexIdGenerator implement