Nextended.Web
9.0.27
dotnet add package Nextended.Web --version 9.0.27
NuGet\Install-Package Nextended.Web -Version 9.0.27
<PackageReference Include="Nextended.Web" Version="9.0.27" />
<PackageVersion Include="Nextended.Web" Version="9.0.27" />
<PackageReference Include="Nextended.Web" />
paket add Nextended.Web --version 9.0.27
#r "nuget: Nextended.Web, 9.0.27"
#:package Nextended.Web@9.0.27
#addin nuget:?package=Nextended.Web&version=9.0.27
#tool nuget:?package=Nextended.Web&version=9.0.27
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 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. |
-
net8.0
- Microsoft.AspNetCore.OData (>= 9.4.0)
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.1)
- Nextended.Core (>= 9.0.27)
- Nextended.EF (>= 9.0.27)
- System.Data.DataSetExtensions (>= 4.5.0)
-
net9.0
- Microsoft.AspNetCore.OData (>= 9.4.0)
- Microsoft.CSharp (>= 4.7.0)
- Newtonsoft.Json (>= 13.0.1)
- Nextended.Core (>= 9.0.27)
- Nextended.EF (>= 9.0.27)
- System.Data.DataSetExtensions (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.0.27 | 38 | 11/5/2025 |
| 9.0.27-prev-4 | 161 | 10/28/2025 |
| 9.0.27-prev-3 | 154 | 10/20/2025 |
| 9.0.27-prev-2 | 162 | 10/20/2025 |
| 9.0.25 | 164 | 10/13/2025 |
| 9.0.23 | 213 | 8/30/2025 |
| 9.0.20 | 172 | 8/18/2025 |
| 9.0.15 | 181 | 7/15/2025 |
| 9.0.0 | 189 | 1/2/2025 |
| 8.0.0 | 170 | 10/11/2024 |
| 7.0.33 | 247 | 9/13/2023 |
| 7.0.27 | 260 | 6/30/2023 |
| 7.0.26 | 289 | 6/30/2023 |
| 7.0.23 | 282 | 6/2/2023 |
| 7.0.19 | 432 | 12/12/2022 |
| 7.0.18 | 457 | 11/19/2022 |
| 6.0.1 | 493 | 12/6/2021 |
| 6.0.0 | 409 | 12/5/2021 |
| 5.0.3 | 455 | 9/17/2021 |
| 5.0.0 | 491 | 6/18/2021 |