Nextended.Blazor 6.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nextended.Blazor --version 6.0.6
NuGet\Install-Package Nextended.Blazor -Version 6.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nextended.Blazor" Version="6.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nextended.Blazor --version 6.0.6
#r "nuget: Nextended.Blazor, 6.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Nextended.Blazor as a Cake Addin
#addin nuget:?package=Nextended.Blazor&version=6.0.6

// Install Nextended.Blazor as a Cake Tool
#tool nuget:?package=Nextended.Blazor&version=6.0.6

Nextended

This Libraray was updated to .net5 and renamed from old "nExt" to Nextended

Old Nuget Package: https://www.nuget.org/packages/nExt.Core/ (No more updated)

Source for this package: https://github.com/fgilde/Nextended

Nuget Package https://www.nuget.org/packages/Nextended.Core/

Description

This Library provides great and usefull Extension Methods, Small Helpers and Great usefull Types

-Types

  • BaseId (Type for generic but Typed Id)
  • Money (Type to have a decimal working perfectly as Money type)
  • Date (A date type without time)
  • SuperType (a generic entity type that has a relationship with one or more subtypes)

-Extensions

  • ClassMappingExtensions
  • AssemblyExtensions
  • CacheExtensions
  • DateTimeExtensions
  • EnumerableExtensions
  • ExceptionExtensions
  • GuidExtensions
  • JObjectExtensions
  • MemberInfoExtensions
  • NotificationExtensions
  • NumericExtensions
  • ObjectExtensions
  • StringExtensions
  • TaskExtensions
  • TypeExtensions
  • UrlExtensions

Also this Package provide a very fast and Very easy to use classmapper. But this doesnt mean that this classmapper is not powerfull. If you want you can register classmappers with different assignements and conversion behaviors. But If you dont need you can start very quick ans easy for example.

Instance.MapTo<IInstanceInterfaceDto>()

You have possibilities to SetUp behavior of mapping for each map, or bind to mapper instance or register global

         var inputObject = new Object1 { ReportId = 8, ReportId2 = 9, IsMale = true, Age = 23, Name = "Hans", Adress = new Adress { Number = "19", Street = "Am Sonnenhang" } };
            var settings = ClassMappingSettings.Default.IgnoreProperties<Object1>(o => o.Age, o => o.ExtraShit)
                .IgnoreProperties<Adress>(adress2 => adress2.Street);
            inputObject.MapTo<Object2>(settings);

More documentation and features are comming soon

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Nextended.Blazor:

Package Downloads
MudBlazor.Extensions

MudBlazor.Extensions is a small extension library for MudBlazor from https://mudblazor.com/

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Nextended.Blazor:

Repository Stars
fgilde/MudBlazor.Extensions
MudBlazor.Extensions from https://www.mudex.org is a small extension for MudBlazor from https://mudblazor.com
Version Downloads Last updated
7.0.38 15,987 9/20/2023
7.0.37 91 9/20/2023
7.0.36 150 9/16/2023
7.0.35 99 9/15/2023
7.0.33 212 9/13/2023
7.0.29 112 8/25/2023
7.0.27 3,901 6/30/2023
7.0.26 115 6/30/2023
7.0.23 3,296 6/2/2023
7.0.21 10,646 12/23/2022
7.0.20 258 12/22/2022
7.0.19 1,166 12/12/2022
7.0.18 714 11/19/2022
6.0.17 4,442 9/19/2022
6.0.16 369 9/19/2022
6.0.15 363 9/19/2022
6.0.14 2,673 9/7/2022
6.0.7 5,722 6/6/2022
6.0.6 589 5/29/2022