FLUTTER JOURNEY: Confessions of a Xamarin/Maui Developer 02 January 2023 .NET, Code, Flutter, MAUI, Xamarin.Forms Detailed Analysis of my Journey into Flutter. [More]
BOTTOM SHEET CONTROL IN .NET MAUI 23 July 2022 .NET, MAUI, UI [This is part of the amazing #MAUIUIJuly initiative by Matt Goldman] [More]
.NET MAUI TRAVELS TO THE SPACE - PART 1 08 July 2022 .NET, MAUI, UI [This is Part 1 of the 2-part series where we build a .Net Mau app as part of the amazing #MAUIUIJul [More]
BUILDING A RATING VIEW CONTROL FOR MAUI 03 July 2022 .NET, MAUI, UI I recently had a requirement to display star-rating in one of the apps that I have been building usi [More]
BUILDING A REAL WORLD MAUI APP - THE GOOD, THE BAD AND THE UGLY 16 May 2022 .NET, UI, MAUI [This is my experience of building a production grade mobile app using .NET MAUI from scratch. I wil [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]