sonnemaf
trainer, speaker, developer, mentor | Microsoft MVP | C#, XAML, Windows (UWP), WPF, Blend, ASP.NET, SQL | father | ballroom dancing | badminton
Reflection ITThe Netherlands
Pinned Repositories
HAMMER
Tools for making awesome Win8 apps
NumberBoxBehavior
XAML NumberBoxBehavior which allows number only input on a TextBox
Outline
UWP app with OutlineTextBlock using Win2D
ReflectionIT.Analyzer
ReflectionIT.Mvc.Paging
ASP.NET Core 3.0 Paging (including filtering and sorting) solution using Entity Framework Core 3.0 and IEnumerable<T>
ResourceDictionaryWithCodeBehind
Visual Studio ItemTemplate for a ResourceDictionary with Code-behind
RoslynClrHeapAllocationAnalyzer
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc.
ToolkitMvvmDemo
Demo project using the Toolkit.Mvvm package.
WindowsMarkupExtensions
Windows Markup Extensions for UWP apps
XamlMarkupExtensionsDemo
Demo of Xaml MarkupExtensions using UWP
sonnemaf's Repositories
sonnemaf/ReflectionIT.Mvc.Paging
ASP.NET Core 3.0 Paging (including filtering and sorting) solution using Entity Framework Core 3.0 and IEnumerable<T>
sonnemaf/ToolkitMvvmDemo
Demo project using the Toolkit.Mvvm package.
sonnemaf/RoslynClrHeapAllocationAnalyzer
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc.
sonnemaf/ResourceDictionaryWithCodeBehind
Visual Studio ItemTemplate for a ResourceDictionary with Code-behind
sonnemaf/ReflectionIT.Analyzer
sonnemaf/ReflectionIT.Blazor.SmartForms
Blazor components for Smart Forms using Bootstrap and DataAnnotations
sonnemaf/ReflectionIT.HighPerformance
This repository includes high performance .NET helpers
sonnemaf/ComputeSharpBM
Benchmark comparing ComputeSharp against Parallel.For and the CommunityToolkit.HighPerformance ParallelHelper
sonnemaf/ContentDialogWithKeyboardAccelerators
Demo project in which KeyboardAccelerators are added to the Buttons of a ContentDialog
sonnemaf/MicaDarkTest
Test project to solve Mica issue with Dark theme
sonnemaf/NumberBoxInputSample
WinUI3 and UWP Sample project showing how to limit keyboard input on a NumberBox, only allow nubers, no letters.
sonnemaf/aswa-example02
Azure Static Web App .NET example
sonnemaf/BlazorHybridDemo
sonnemaf/CSharpGuidelines
A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
sonnemaf/dItemSourceDemo
sonnemaf/docs
This repository contains .NET Documentation.
sonnemaf/EFBlazorDemoApp
Blazor SSR demo app using Entity Framework Core
sonnemaf/EntityFramework.Exceptions
Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql
sonnemaf/HbbCompetitiePlanner
HBB Competitie Planner
sonnemaf/JeniusAppsCommon
Some libraries for common components used for building apps.
sonnemaf/MvvmApps
Demo project implementing the MVVM Design Pattern in Windows Forms apps
sonnemaf/ReflectionIT.Blazor.Paging
Paging solution for Blazor WebAssembly using OData or Web API
sonnemaf/ReflectionIT.Windows.Forms
Windows Forms Components
sonnemaf/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
sonnemaf/sql-docs
Technical documentation for Microsoft SQL Server, tools such as SQL Server Management Studio (SSMS) , SQL Server Data Tools (SSDT) etc.
sonnemaf/SudokuHelp
Help file for my Sudoku game
sonnemaf/UnitsNet
Makes life working with units of measurement just a little bit better.
sonnemaf/UWPGridPatternTest
sonnemaf/UwpNet9Test
sonnemaf/WinUI3AttachedPropertyCrashing