![]() |
VOOZH | about |
dotnet add package Nextended.UI --version 10.1.10
NuGet\Install-Package Nextended.UI -Version 10.1.10
<PackageReference Include="Nextended.UI" Version="10.1.10" />
<PackageVersion Include="Nextended.UI" Version="10.1.10" />Directory.Packages.props
<PackageReference Include="Nextended.UI" />Project file
paket add Nextended.UI --version 10.1.10
#r "nuget: Nextended.UI, 10.1.10"
#:package Nextended.UI@10.1.10
#addin nuget:?package=Nextended.UI&version=10.1.10Install as a Cake Addin
#tool nuget:?package=Nextended.UI&version=10.1.10Install as a Cake Tool
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 | Description | NuGet |
|---|---|---|
| Foundation library with extension methods and custom types | 👁 NuGet |
|
| Blazor-specific helpers and components | 👁 NuGet |
|
| Caching utilities and extensions | 👁 NuGet |
|
| Entity Framework Core extensions | 👁 NuGet |
|
| ASP.NET Core utilities | 👁 NuGet |
|
| Image processing utilities | 👁 NuGet |
|
| WPF/Windows UI helpers | 👁 NuGet |
|
| Source code generation | 👁 NuGet |
|
| .NET Aspire extensions | 👁 NuGet |
dotnet add package Nextended.Core
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);
Fast and flexible object mapping without external dependencies:
var dto = sourceObject.MapTo<TargetDto>();
Generate code at compile-time from:
If you're migrating from the old nExt package:
nExt.* to Nextended.*Legacy Package (no longer maintained): nExt.Core
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the GPL License - see the file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net9.0-windows7.0 net9.0-windows7.0 is compatible. net10.0-windows net10.0-windows was computed. net10.0-windows7.0 net10.0-windows7.0 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.1.10 | 64 | 6/16/2026 |
| 10.1.9 | 103 | 5/29/2026 |
| 10.1.8 | 103 | 5/19/2026 |
| 10.1.7 | 107 | 5/16/2026 |
| 10.1.6 | 105 | 5/12/2026 |
| 10.1.5 | 95 | 5/12/2026 |
| 10.1.4 | 104 | 5/11/2026 |
| 10.1.3 | 111 | 5/11/2026 |
| 10.1.2 | 117 | 4/9/2026 |
| 10.1.1 | 115 | 4/7/2026 |
| 10.1.0 | 109 | 4/7/2026 |
| 10.0.9 | 115 | 3/20/2026 |
| 10.0.8 | 140 | 2/28/2026 |
| 10.0.7 | 120 | 2/25/2026 |
| 10.0.5 | 140 | 1/17/2026 |
| 10.0.4 | 181 | 12/12/2025 |
| 10.0.3 | 451 | 11/20/2025 |
| 10.0.2 | 300 | 11/16/2025 |
| 10.0.1 | 348 | 11/13/2025 |
| 10.0.0 | 356 | 11/11/2025 |