Acontplus.Common.Core
1.5.7
Org. name standard
See the version list below for details.
dotnet add package Acontplus.Common.Core --version 1.5.7
NuGet\Install-Package Acontplus.Common.Core -Version 1.5.7
<PackageReference Include="Acontplus.Common.Core" Version="1.5.7" />
<PackageVersion Include="Acontplus.Common.Core" Version="1.5.7" />
<PackageReference Include="Acontplus.Common.Core" />
paket add Acontplus.Common.Core --version 1.5.7
#r "nuget: Acontplus.Common.Core, 1.5.7"
#addin nuget:?package=Acontplus.Common.Core&version=1.5.7
#tool nuget:?package=Acontplus.Common.Core&version=1.5.7
Common.Core
A comprehensive .NET utility library providing foundational components and common functionality for enterprise applications.
Features
Core Components
- Base Entity System - Foundational entity structures with common properties
- Base DTO System - Base classes for data transfer objects
Utilities
- Enum Extensions - Helpful extension methods for working with enums
- Nullable Extensions - Extension methods for nullable types
Validation
- Data Validations - Common validation logic
- XML Validation - XML validation utilities
- Extreme Validations - Specialized validation scenarios
Logging
- Error Logging - Basic error logging infrastructure
Reporting
- Report Infrastructure - Base reporting components
Installation
dotnet add package Acontplus.Common.Core
Usage Examples
Base Entity
public class Product : BaseEntity
{
public string Name { get; set; }
public decimal Price { get; set; }
}
Enum Extensions
public enum Status { Active, Inactive }
// Get display name or description
var displayName = Status.Active.GetDisplayName();
// Parse from string
var status = "Active".ToEnum<Status>();
Data Validation
var validator = new DataValidations();
if (!validator.IsValidEmail("test@example.com"))
{
// Handle invalid email
}
Documentation
Full API documentation is available at [https://github.com/Acontplus-S-A-S/acontplus-common/wiki]
Contributing
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a feature branch
- Submit a pull request
See our contribution guidelines for more details.
Support
For issues or questions:
- Open an issue on GitHub
- Email support@acontplus.com
License
MIT License. See LICENSE for full details.
Author
Company
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Acontplus.Common.Core:
Package | Downloads |
---|---|
Acontplus.Common.Infrastructure
Library providing common infrastructure for data access, including ADO.NET and Entity Framework integration. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated | |
---|---|---|---|
1.6.3 | 184 | 6/25/2025 | |
1.6.2 | 103 | 6/25/2025 | |
1.6.1 | 116 | 6/25/2025 | |
1.6.0 | 117 | 6/25/2025 | |
1.5.9 | 331 | 6/12/2025 | |
1.5.8 | 302 | 6/12/2025 | |
1.5.7 | 322 | 5/29/2025 | |
1.5.6 | 140 | 5/29/2025 | |
1.5.5 | 173 | 5/29/2025 | |
1.5.4 | 144 | 5/29/2025 | |
1.5.3 | 166 | 5/28/2025 | |
1.5.2 | 172 | 5/27/2025 | |
1.4.4 | 267 | 5/26/2025 | |
1.4.3 | 266 | 5/26/2025 | |
1.4.2 | 229 | 5/26/2025 | |
1.4.1 | 259 | 5/26/2025 | |
1.4.0 | 255 | 5/26/2025 | |
1.3.16 | 252 | 5/23/2025 | |
1.3.15 | 349 | 5/16/2025 | |
1.3.14 | 290 | 5/16/2025 | |
1.3.13 | 314 | 5/15/2025 | |
1.3.12 | 350 | 5/13/2025 | |
1.3.11 | 332 | 5/12/2025 | |
1.3.10 | 399 | 4/24/2025 | |
1.3.3 | 345 | 4/17/2025 | |
1.3.2 | 285 | 4/17/2025 | |
1.3.1 | 398 | 2/6/2025 | |
1.3.0 | 219 | 2/5/2025 | |
1.2.2 | 214 | 1/31/2025 | |
1.2.1 | 233 | 1/29/2025 | |
1.2.0 | 240 | 1/27/2025 | |
1.1.20 | 190 | 12/27/2024 | |
1.1.19 | 201 | 12/20/2024 | |
1.1.18 | 195 | 12/20/2024 | |
1.1.12 | 122 | 12/16/2024 | |
1.0.14 | 231 | 11/13/2024 | |
1.0.13 | 306 | 10/29/2024 | |
1.0.12 | 231 | 10/22/2024 | |
1.0.11 | 254 | 8/29/2024 | |
1.0.10 | 261 | 7/17/2024 | |
1.0.9 | 283 | 7/1/2024 | |
1.0.8 | 267 | 6/21/2024 | |
1.0.7 | 252 | 6/21/2024 | |
1.0.6 | 244 | 6/21/2024 | |
1.0.5 | 260 | 6/20/2024 |