Acontplus.Core
1.0.14
See the version list below for details.
dotnet add package Acontplus.Core --version 1.0.14
NuGet\Install-Package Acontplus.Core -Version 1.0.14
<PackageReference Include="Acontplus.Core" Version="1.0.14" />
<PackageVersion Include="Acontplus.Core" Version="1.0.14" />
<PackageReference Include="Acontplus.Core" />
paket add Acontplus.Core --version 1.0.14
#r "nuget: Acontplus.Core, 1.0.14"
#addin nuget:?package=Acontplus.Core&version=1.0.14
#tool nuget:?package=Acontplus.Core&version=1.0.14
Acontplus.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.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-dotnet-libs/wiki]
Contributing
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a feature branch
- Submit a pull request
See our [contribution guidelines]https://github.com/Acontplus-S-A-S/acontplus-dotnet-libs/blob/main/CONTRIBUTING.md) for more details.
Support
For issues or questions:
- Open an issue on [GitHub]https://github.com/Acontplus-S-A-S/acontplus-dotnet-libs/issues)
- Email support@acontplus.com
License
MIT License. See LICENSEhttps://github.com/Acontplus-S-A-S/acontplus-dotnet-libs/blob/main/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 (6)
Showing the top 5 NuGet packages that depend on Acontplus.Core:
Package | Downloads |
---|---|
Acontplus.FactElect
Comprehensive .NET 9+ library for electronic invoicing and SRI integration in Ecuador. Includes models, services, XML, validation, and SRI web service support. |
|
Acontplus.Reports
Modern .NET 9+ library for RDLC report generation, export, and management. Includes PDF/Excel export, template support, and ReportViewer integration. |
|
Acontplus.Persistence.SqlServer
Modern .NET 9+ library for SQL Server persistence, ADO.NET, and Entity Framework Core integration. Includes repositories, context management, and advanced error handling. |
|
Acontplus.Notifications
Modern .NET 9+ library for notifications: email, MailKit, Amazon SES, WhatsApp, and push. Includes templates, queueing, and advanced delivery options. |
|
Acontplus.Utilities
Cross-cutting utilities and general-purpose tools for modern .NET 9+ applications. Includes encryption, IO, text, time, and API helpers. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.2.9 | 0 | 7/14/2025 |
1.2.8 | 52 | 7/11/2025 |
1.2.7 | 60 | 7/11/2025 |
1.2.6 | 115 | 7/10/2025 |
1.2.5 | 101 | 7/10/2025 |
1.2.4 | 104 | 7/10/2025 |
1.2.3 | 100 | 7/10/2025 |
1.2.2 | 100 | 7/10/2025 |
1.2.1 | 109 | 7/10/2025 |
1.2.0 | 108 | 7/10/2025 |
1.1.11 | 115 | 7/9/2025 |
1.1.10 | 197 | 7/6/2025 |
1.1.9 | 121 | 7/6/2025 |
1.1.8 | 123 | 7/6/2025 |
1.1.7 | 154 | 7/6/2025 |
1.1.6 | 121 | 7/6/2025 |
1.1.5 | 126 | 7/6/2025 |
1.1.4 | 139 | 7/4/2025 |
1.1.3 | 176 | 7/2/2025 |
1.1.2 | 152 | 7/2/2025 |
1.1.1 | 123 | 7/2/2025 |
1.1.0 | 187 | 7/1/2025 |