GdNet.Common
2.3.3
See the version list below for details.
dotnet add package GdNet.Common --version 2.3.3
NuGet\Install-Package GdNet.Common -Version 2.3.3
<PackageReference Include="GdNet.Common" Version="2.3.3" />
<PackageVersion Include="GdNet.Common" Version="2.3.3" />
<PackageReference Include="GdNet.Common" />
paket add GdNet.Common --version 2.3.3
#r "nuget: GdNet.Common, 2.3.3"
#:package GdNet.Common@2.3.3
#addin nuget:?package=GdNet.Common&version=2.3.3
#tool nuget:?package=GdNet.Common&version=2.3.3
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 (6)
Showing the top 5 NuGet packages that depend on GdNet.Common:
| Package | Downloads |
|---|---|
|
GdNet.Domain
Base classes for domain entities |
|
|
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.SqlServer
Common objects / services to manage users of an application. Github source: https://github.com/vndevpro/SecurityUsers |
|
|
SecurityUsers.Models
Github source: https://github.com/vndevpro/SecurityUsers |
|
|
GdNetDDD
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.2507192 | 202 | 7/19/2025 |
| 3.0.260405 | 200 | 4/21/2026 |
| 3.0.260404 | 774 | 4/11/2026 |
| 3.0.251022 | 335 | 10/22/2025 |
| 2.9.0 | 1,154 | 10/21/2020 |
| 2.8.1 | 830 | 10/10/2019 |
| 2.8.0 | 870 | 4/5/2019 |
| 2.7.0 | 861 | 3/27/2019 |
| 2.6.3 | 1,017 | 1/18/2019 |
| 2.6.2 | 921 | 1/18/2019 |
| 2.6.1 | 968 | 12/17/2018 |
| 2.6.0 | 951 | 12/13/2018 |
| 2.5.0 | 956 | 12/12/2018 |
| 2.4.0 | 950 | 12/5/2018 |
| 2.3.3 | 962 | 11/29/2018 |
| 2.3.2 | 976 | 11/29/2018 |
| 2.3.1 | 948 | 11/24/2018 |
| 2.3.0 | 1,001 | 11/22/2018 |
| 2.2.0 | 975 | 11/21/2018 |
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