Fons Sonnemans

@fonssonnemans.bsky.social

Trainer, speaker, developer, mentor | Microsoft MVP | C#, XAML (UWP, WPF, WinUI3), ASP.NET, Blazor, SQL | husband & father | ballroom dancing | badminton

Traydio (previously Trdo) 2.0 is coming along well! I'm adding a new VLC library that can be used along side the native library, changing the UI from a flyout to a window and adding almost all of the open issue requests!

MAUI startup feels slow? Do not optimize from vibes. Add timestamps around: 1. App/process start 2. App constructor 3. first page + viewmodel creation 4. first data call 5. first frame after navigation Then fix the biggest gap, not the loudest guess.