Home
GoForGoldman
Cancel

.NET MAUI UI July - 2023!

#MAUIUIJuly is back! Based on an idea originally started for Xamarin by Steven Thewissen, MAUI UI July is a month-long, community-driven event where anyone gets to share some of their enthusiasm a...

Deploying your .NET MAUI apps to production - Part 3: Windows

This post is part three of a three part series: Part 1: Android Part 2: iOS Part 3: Windows (this post) In part one of this series, we saw how to build, sign and deploy Android apps built...

Deploying your .NET MAUI apps to production - Part 2: iOS

This post is part two of a three part series: Part 1: Android Part 2: iOS (this post) Part 3: Windows In part one of this series, we saw how to build, sign and deploy Android apps built w...

Deploying your .NET MAUI apps to production - Part 1: Android

This post is part one of a three part series: Part 1: Android (this post) Part 2: iOS Part 3: Windows Building apps is fun, but sadly very few people get paid to build apps just for fun; ...

.NET MAUI UI July: Outlook Clone

This post is an excerpt from my upcoming book .NET MAUI in Action. The book is available now in early access, so you can sign up now to get more content like this as it becomes available. And use ...

Introducing .NET MAUI UI July

Back in 2019, Steven Thewissen gave us the awesome Xamarin UI July. Steven described it as an advent calendar, where each day throughout the month you would have a new insightful Xamarin UI blog po...

Page Resolver and Navigation Extension for MAUI

.NET MAUI is nearly here! It should go GA with .NET 6 this November. The previews have been available for a while now and I’ve been having a play with them. They’re definitely very preview-y (perf...

Understanding Interfaces and Dependency Inversion

I saw a discussion on Reddit recently that reminded me of the ‘penny drop’ moment I had when I started learning about interfaces and SOLID principles. I can’t remember exactly what spurred this eur...

Sending Email via Office365 Exchange Online with Fluent Email

FluentEmail is an awesome library for simplifying sending email from your .NET applications. It offers a powerful yet simple fluent API, with Razor templating and support for a number of popular se...

Automagic Tenant Config for Mobile Apps

Watch: Video presentation of this topic Contents Background Option A - Manual Configuration Option B - Automagic Config with QR Codes Option C - Automagic Config from a URL Option D - ...