Contributions

Library
A lightweight implementation of the Mediator pattern with built-in CQRS support for .NET applications. Provides a simple, clean API for implementing Command Query Responsibility Segregation patterns in your applications.
Article
MVVM is made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit
Library
An Asynchronous forward-only streaming JSON parser and deserializer based on System.Text.Json.Utf8JsonReader.
Library
Mvvm Blazor using CommunityToolkit.Mvvm with built-in Navigation by ViewModel support
Article
.NET compliant Silent ClickOnce Update Background Worker Service for Winform & WPF in C# & VB
Article
WinForms, WPF, and Avalonia LogViewer controls for live viewing of ILogger entries with full colorization support, and more for C# and VB on Windows, MacOS and Linux using Microsoft Logger, Serilog, NLog, and Log4Net (complete DI/IOC support included) + Logging Demystified.
Article
Dot Net Core LogViewer Control for WinForms, WPF, and Avalonia using the ILogger Framework with Microsoft Logger, Serilog, & NLog in C# & VB on Windows, Mac OS, and Linux
Article
This article discusses processes of converting projects from C# to VB, and how to create your own Project Templates for Avalonia and any other project where you have reusable boiler code that you wish to use for any new project.
Article
Enabling development and production AppSettings support for non-ASP.NET Core apps
Article
An in-depth look at deserializing very large simple & complex Json Streams using both Newtonsoft.Json & System.Text.Json in C# and VB + a custom Utf8JsonAsyncStreamReader with deserialization supported
Article
This article will cover the problem and solution to enable Blazor Components to allow callbacks, with optional data, from an external template.