![]() |
VOOZH | about |
dotnet add package Elect.Core --version 9.0.4
NuGet\Install-Package Elect.Core -Version 9.0.4
<PackageReference Include="Elect.Core" Version="9.0.4" />
<PackageVersion Include="Elect.Core" Version="9.0.4" />Directory.Packages.props
<PackageReference Include="Elect.Core" />Project file
paket add Elect.Core --version 9.0.4
#r "nuget: Elect.Core, 9.0.4"
#:package Elect.Core@9.0.4
#addin nuget:?package=Elect.Core&version=9.0.4Install as a Cake Addin
#tool nuget:?package=Elect.Core&version=9.0.4Install as a Cake Tool
Comprehensive collection of essential utilities and extension methods for .NET Core applications. Includes helpers for configuration, dependency injection, serialization, HTTP operations, and common programming patterns.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on Elect.Core:
| Package | Downloads |
|---|---|
|
Elect.Web
Essential utilities and helper methods for ASP.NET Core MVC applications. Provides enhanced routing, model binding, response caching, API versioning support, and beautiful paged collection APIs with built-in filtering and sorting capabilities. |
|
|
Elect.Data.IO
Comprehensive file system utilities and image processing capabilities for .NET Core applications. Provides powerful file/folder operations, image manipulation (resize, compress, watermark), dominant color detection, and cross-platform file handling. Features include recursive directory operations, safe file copying/moving, path utilities, image format conversion, and optimized image compression algorithms. |
|
|
Elect.Data.EF
Advanced Entity Framework Core implementation with Unit of Work and Repository patterns. Features transaction management, bulk operations, query optimization, audit logging, and seamless integration with dependency injection. Simplifies data access layer development while maintaining flexibility and performance. |
|
|
Elect.Mapper.AutoMapper
AutoMapper extension and utilities. |
|
|
Elect.DI
Powerful dependency injection extensions for .NET Core with attribute-based service registration, assembly scanning, automatic interface binding, and lifetime management. Simplifies DI configuration while maintaining full control over service registration. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.0.4 | 4,450 | 8/1/2025 |
| 9.0.3 | 700 | 7/24/2025 |
| 9.0.2 | 1,420 | 7/13/2025 |
| 9.0.0 | 473 | 7/4/2025 |
| 7.0.2 | 701 | 3/31/2023 |
| 7.0.1 | 10,834 | 2/11/2023 |
| 7.0.0 | 4,081 | 11/28/2022 |
| 6.0.0 | 6,116 | 11/12/2021 |
| 6.0.0-preview.3 | 513 | 5/7/2021 |
| 5.0.0 | 3,764 | 11/17/2021 |
| 3.1.2.3 | 6,367 | 7/5/2020 |
| 3.1.2.2 | 882 | 7/5/2020 |
| 3.1.2.1 | 998 | 7/4/2020 |
| 3.1.2 | 3,068 | 6/26/2020 |
| 3.1.1 | 14,027 | 6/16/2020 |
| 3.1.0 | 6,223 | 6/4/2020 |
| 3.0.2.1 | 898 | 6/3/2020 |
| 3.0.2 | 6,638 | 5/19/2020 |
| 3.0.1 | 3,196 | 5/11/2020 |
| 3.0.0 | 12,816 | 12/17/2019 |
- Updated to .NET 9.0 with latest Microsoft.Extensions packages
- Enhanced performance and reduced allocations
- Improved async operations and cancellation token support
- Added new extension methods for common scenarios