Acontplus.Common.Core
1.5.7
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 (5)
Showing the top 5 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. |
|
Acontplus.Common.Notifications
Lib to send notifications |
|
Acontplus.Common.FactElect
Lib to use facturación electronica SRI Ecuador |
|
Acontplus.Common.Reports
Acontplus.Reports.Application is a .NET library designed to simplify the generation of RDLC (Report Definition Language Client-side) reports. It includes features for creating, exporting, and managing reports using RDLC in your .NET applications. |
|
Acontplus.Common.Utilities
Cross-cutting utilities and general-purpose tools. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.5.7 | 187 | 5/29/2025 | |
1.5.6 | 130 | 5/29/2025 | |
1.5.5 | 159 | 5/29/2025 | |
1.5.4 | 128 | 5/29/2025 | |
1.5.3 | 152 | 5/28/2025 | |
1.5.2 | 164 | 5/27/2025 | |
1.4.4 | 256 | 5/26/2025 | |
1.4.3 | 253 | 5/26/2025 | |
1.4.2 | 216 | 5/26/2025 | |
1.4.1 | 248 | 5/26/2025 | |
1.4.0 | 247 | 5/26/2025 | |
1.3.16 | 243 | 5/23/2025 | |
1.3.15 | 329 | 5/16/2025 | |
1.3.14 | 280 | 5/16/2025 | |
1.3.13 | 304 | 5/15/2025 | |
1.3.12 | 336 | 5/13/2025 | |
1.3.11 | 323 | 5/12/2025 | |
1.3.10 | 384 | 4/24/2025 | |
1.3.3 | 332 | 4/17/2025 | |
1.3.2 | 275 | 4/17/2025 | |
1.3.1 | 382 | 2/6/2025 | |
1.3.0 | 208 | 2/5/2025 | |
1.2.2 | 198 | 1/31/2025 | |
1.2.1 | 219 | 1/29/2025 | |
1.2.0 | 231 | 1/27/2025 | |
1.1.20 | 176 | 12/27/2024 | |
1.1.19 | 193 | 12/20/2024 | |
1.1.18 | 183 | 12/20/2024 | |
1.1.12 | 113 | 12/16/2024 | |
1.0.14 | 223 | 11/13/2024 | |
1.0.13 | 297 | 10/29/2024 | |
1.0.12 | 220 | 10/22/2024 | |
1.0.11 | 243 | 8/29/2024 | |
1.0.10 | 251 | 7/17/2024 | |
1.0.9 | 275 | 7/1/2024 | |
1.0.8 | 256 | 6/21/2024 | |
1.0.7 | 240 | 6/21/2024 | |
1.0.6 | 234 | 6/21/2024 | |
1.0.5 | 252 | 6/20/2024 |