BUILDING A REAL WORLD MAUI APP - THE GOOD, THE BAD AND THE UGLY 16 May 2022 [This is my experience of building a production grade mobile app using .NET MAUI from scratch. I wil [More]
Building Xamarin Forms Mobile apps using M1 Macbook Air - A Developer's Perspective 28 July 2021 Xamarin.Forms Last week, I replaced my 15" Macbook Pro with M1 Macbook Air, and boy-oh-boy, am I impressed? Here are my reflections on this new device after using it for a week, and whether this is a good-enough machine for Xamarin development. [More]
Introducing DBHelpers – a new way of O/R Mapping for .NET projects 17 January 2021 .NET, CORE, Database A simple, easy-to-use and powerful OR Mapper for your database queries. It is a set of extension methods which execute SQL queries or stored procedures and return the data as a list of .NET objects (POCO classes that you have created). [More]
UI Challenge - BMI Calculator using Xamarin Forms 23 July 2020 UI, Xamarin.Forms In this UI challenge, we look at creating a beautiful BMI Calculator app using just Xamarin Forms and SkiaSharp. [More]
UI Challenge - Tracking the Pandemic with Xamarin Forms 20 July 2020 UI, Xamarin.Forms This UI Challenge is about building a beautiful and simple, yet fully functional Xamarin Forms app that allows you to track global and local COVID-19 statistics. [More]