ARTICLES & TUTORIALS
BLOG
Insights about development, games, and technology. Sharing experiences and learnings.
Papiro: A Free, Native HTML-to-PDF Library for .NET MAUI
"Struggling with PDF generation in .NET MAUI? Meet Papiro: a lightweight, open-source library that converts HTML to high-quality PDFs on Android and iOS. Create professional invoices and reports without the bloat of traditional PDF engines."
SQLite vs. Android 16KB Page Sizes: Fixing Warning XA0141 in .NET MAUI
"Are you seeing warning XA0141 in your .NET MAUI build logs? Android 15 and 16 are moving to 16 KB page sizes, which causes older SQLite libraries to crash on newer hardware. In this guide, I explain exactly why this is happening and provide a step-by-step solution to switch to bundle_e_sqlite3 and future-proof your application."
Goodbye SmarterAsp.net, Hello Freedom: My Migration to Hostinger VPS with .NET Aspire and Coolify
"Migrating from SmarterAsp.net to Hostinger VPS with Coolify & .NET Aspire: Freedom, control, & cost savings for .NET development."
Introducing MAUIBleScanner: A Cross-Platform BLE Scanner Built with .NET MAUI and Shiny
"Announcing MAUIBleScanner! A cross-platform .NET MAUI BLE scanner for iOS & Android. Built with Shiny.NET. Explore the code on GitHub!"
EventToCommandBehavior in .Net9 - It does not work anymore?
".NET MAUI 9 migration: Fix EventToCommandBehavior BindingContext issues. Learn how to explicitly set BindingContext for Behaviors."