Contributor Profile
MAUI Contributor Docs Contributor Community Toolkit Contributor Website Contributor nuget authorGerald Versluis
Gerald's Feed
- Test .NET MAUI Preview SDKs Locally with global.json sdk.paths
Gerald Versluis shows how the .NET 10 global.json sdk.paths feature lets you install a preview .NET SDK into a repo-local .dotnet/ folder, so you can try new .NET MAUI previews without touching your machine-wide setup. It's a scoped, reversible workflow — experiment in one repository, then delete the folder when you're done.
Read more - ZXing.Net.Maui 0.10.0: Decode Barcodes From Images and Export Barcode Images
Gerald Versluis announces ZXing.Net.Maui 0.10.0 with two headline features: still-image barcode decoding from any stream or file path, and programmatic barcode image export to files or streams. No camera required — pick an image, decode it, or generate a barcode and save it.
Read more - Secondary ToolbarItems in .NET MAUI 10 on iOS and macOS
Gerald Versluis shows how .NET MAUI 10 improves the rendering of secondary ToolbarItems on iOS and macOS, displaying them through a native overflow menu instead of forcing them into awkward positions. No custom handlers or platform-specific code needed.
Read more - Taking Your AI to the Edge with .NET MAUI
This talk explores how to bring AI capabilities directly to mobile and edge devices using .NET MAUI, moving inference off the cloud and onto the hardware in your users' hands. A look at the tools, patterns, and trade-offs for running AI models locally in cross-platform .NET apps.
Read more - Give Your .NET MAUI Android Apps a Material 3 Makeover
Gerald Versluis explains how to enable Material 3 styling in .NET MAUI 10 with a single MSBuild property, covering which controls are supported today and what's coming next. One line in your .csproj transforms your Android app to use Google's latest design system.
Read more - .NET MAUI 11 Preview 4: CoreCLR, Badges, and C# in XAML
Gerald Versluis walks through all the highlights of .NET MAUI 11 Preview 4 including the runtime switch from Mono to CoreCLR, Material 3 support for Android, badge support for Shell tabs, and writing C# code directly in XAML. A comprehensive preview of what's coming next for .NET MAUI.
Read more - Material 3 in .NET MAUI — One Line to Transform Your App
Gerald Versluis demonstrates how enabling Material 3 in a .NET MAUI app is as simple as adding one property to your project file. See the before and after transformation and explore the HealthProfile sample app showcasing the new design system.
Read more