Nextended.Cache
10.0.4
dotnet add package Nextended.Cache --version 10.0.4
NuGet\Install-Package Nextended.Cache -Version 10.0.4
<PackageReference Include="Nextended.Cache" Version="10.0.4" />
<PackageVersion Include="Nextended.Cache" Version="10.0.4" />
<PackageReference Include="Nextended.Cache" />
paket add Nextended.Cache --version 10.0.4
#r "nuget: Nextended.Cache, 10.0.4"
#:package Nextended.Cache@10.0.4
#addin nuget:?package=Nextended.Cache&version=10.0.4
#tool nuget:?package=Nextended.Cache&version=10.0.4
Nextended
A comprehensive suite of .NET libraries providing powerful extension methods, custom types, utilities, and code generation tools.
Note: This library was previously known as "nExt". It has been renamed to Nextended with full support for modern .NET versions including .NET 8 and .NET 9.
📦 Package Ecosystem
| Package | Description | NuGet |
|---|---|---|
| Nextended.Core | Foundation library with extension methods and custom types | |
| Nextended.Blazor | Blazor-specific helpers and components | |
| Nextended.Cache | Caching utilities and extensions | |
| Nextended.EF | Entity Framework Core extensions | |
| Nextended.Web | ASP.NET Core utilities | |
| Nextended.Imaging | Image processing utilities | |
| Nextended.UI | WPF/Windows UI helpers | |
| Nextended.CodeGen | Source code generation | |
| Nextended.Aspire | .NET Aspire extensions |
🚀 Quick Start
Installation
dotnet add package Nextended.Core
Basic Usage
using Nextended.Core.Extensions;
using Nextended.Core.Types;
// Extension methods
string text = "hello world";
string camelCase = text.ToCamelCase(); // "helloWorld"
string pascalCase = text.ToPascalCase(); // "HelloWorld"
// Custom types
var price = new Money(99.99m, Currency.USD);
var today = Date.Today;
// Object mapping
var userDto = user.MapTo<UserDto>();
// Advanced mapping with settings
var settings = ClassMappingSettings.Default
.IgnoreProperties<User>(u => u.Password);
var dto = user.MapTo<UserDto>(settings);
🎯 Key Features
Extension Methods
- String: Case conversions, validation, manipulation
- DateTime: Business day calculations, date ranges, formatting
- Collections: Advanced LINQ, batch processing, safe operations
- Type: Reflection helpers, type inspection, attribute retrieval
- Object: Deep cloning, property manipulation, conversions
- Task: Async utilities, timeout operations, fire-and-forget
Custom Types
- Money - Precise decimal type for financial calculations
- Date - Date-only type without time components
- BaseId - Generic strongly-typed ID wrapper
- SuperType - Advanced entity type with subtype relationships
- Range - Generic range type for intervals
Class Mapping
Fast and flexible object mapping without external dependencies:
var dto = sourceObject.MapTo<TargetDto>();
Code Generation
Generate code at compile-time from:
- Auto-generate DTOs from domain models
- Create strongly-typed classes from JSON/XML
- Generate data classes from Excel spreadsheets
📚 Documentation
- 🏠 Main Documentation Portal - Complete documentation site
- 📖 Getting Started Guide - Installation and setup
- 🏗️ Architecture Overview - Solution structure and design
- 📦 Projects Documentation - Individual project guides
- 💡 Common Use Cases - Real-world examples
🔗 Migration from nExt
If you're migrating from the old nExt package:
- The namespace has changed from
nExt.*toNextended.* - All functionality has been preserved and enhanced
- See the Migration Guide for details (coming soon)
Legacy Package (no longer maintained): nExt.Core
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🔗 Links
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. 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 is compatible. 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. |
-
net10.0
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.0)
- Microsoft.Extensions.Options (>= 10.0.0)
- Nextended.Core (>= 10.0.4)
- System.Runtime.Caching (>= 10.0.0)
-
net8.0
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Caching.Memory (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.2)
- Nextended.Core (>= 10.0.4)
- System.Runtime.Caching (>= 8.0.0)
-
net9.0
- Microsoft.Extensions.Caching.Abstractions (>= 9.0.10)
- Microsoft.Extensions.Caching.Memory (>= 9.0.10)
- Microsoft.Extensions.Options (>= 9.0.10)
- Nextended.Core (>= 10.0.4)
- System.Runtime.Caching (>= 9.0.10)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Nextended.Cache:
| Package | Downloads |
|---|---|
|
Nextended.Imaging
Provides a simple ImageHelper class to deal with images This package is the new version of Nextended.Image nExt was renamed to Nextended |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.4 | 128 | 12/12/2025 |
| 10.0.3 | 408 | 11/20/2025 |
| 10.0.2 | 247 | 11/16/2025 |
| 10.0.1 | 293 | 11/13/2025 |
| 10.0.0 | 293 | 11/11/2025 |
| 10.0.0-prev-1 | 215 | 11/10/2025 |
| 9.0.27 | 222 | 11/5/2025 |
| 9.0.25 | 197 | 10/13/2025 |
| 9.0.23 | 237 | 8/30/2025 |
| 9.0.20 | 204 | 8/18/2025 |
| 9.0.0 | 239 | 1/2/2025 |
| 8.0.0 | 215 | 10/11/2024 |
| 7.0.33 | 338 | 9/13/2023 |
| 7.0.26 | 305 | 6/30/2023 |
| 7.0.23 | 331 | 6/2/2023 |
| 7.0.19 | 590 | 12/12/2022 |
| 7.0.18 | 534 | 11/19/2022 |
| 6.0.1 | 709 | 12/6/2021 |
| 6.0.0 | 519 | 12/5/2021 |
| 5.0.3 | 615 | 9/17/2021 |