MSEssentials

MSEssentials

Set of helpers, class extensions, UI controls used in my other C# projects

MSEssentials is package of useful classes, helpers, extensions and UI controls, I use in my C# projects.


List of subpackages

Subpackage Description Repository URL NuGet registry status
MSEssentials.Extensions Class extensions
MSEssentials.AspNetCore.Attributes Class, method and property attributes for ASP.NET Core apps
MSEssentials.UI.Common.MVVM MVVM architecture models and helper classes
MSEssentials.UI.Common.Converters Base for UI framework-specific XAML converters
MSEssentials.UI.WinUI.Behaviors XAML action triggers for WinUI applications
MSEssentials.UI.WinUI.Converters XAML value converters for WinUI applications
MSEssentials.UI.WinUI.Controls Custom UI controls for WinUI applications

Installation and usage

All subpackages can be download independently from official NuGet registry. You can also download .nupkg files from each repository Releases page.

CLI:

dotnet add package MSEssentials.<subpackage>

Package reference in .csproj file:

<PackageReference Include="MSEssentials.<subpackage>" Version="<version>" />

Attribution and contribution

This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find licenses in each repository's LICENSE files.

However, the preferred way to contribute would be to propose improvements in a pull request, through issues, or through other means of communication.

Other sources:

Set of helpers, class extensions, UI controls used in my other C# projects - Class, method and property attributes for ASP.NET Core apps
Updated 2026-04-15 21:25:05 +02:00
Set of helpers, class extensions, UI controls used in my other C# projects - Project README
Updated 2026-04-15 21:11:08 +02:00
Set of helpers, class extensions, UI controls used in my other C# projects - Custom UI controls for WinUI applications
Updated 2026-04-15 20:54:19 +02:00
Set of helpers, class extensions, UI controls used in my other C# projects - XAML action triggers for WinUI applications
Updated 2026-04-15 20:36:45 +02:00
Set of helpers, class extensions, UI controls used in my other C# projects - Class extensions
Updated 2026-04-14 20:08:17 +02:00
Set of helpers, class extensions, UI controls used in my other C# projects - Base for UI framework-specific XAML converters
Updated 2026-04-12 23:06:45 +02:00
Set of helpers, class extensions, UI controls used in my other C# projects - MVVM architecture models and helper classes
Updated 2026-04-12 23:01:48 +02:00
Set of helpers, class extensions, UI controls used in my other C# projects - XAML value converters for WinUI applications
Updated 2026-04-11 16:45:02 +02:00