@redth
Principal Software Engineering Manager @ Microsoft
🏢 Principal Software Engineering Manager @ Microsoft 🪷 .NET MAUI Engineering / Team Lead 🗣️ All hot takes are my own pancakes
Nothing here yet.
Dec 18, 2023 · 6 min read · One super common UI gesture I see time and time again in apps is a 'popup' page or control. There's a few different options out there to do this with plugins / nugget packages (MAUI Community Toolkit, Mopups, Telerik, Syncfusion), however today I'd l...
PLPrerna and 1 more commented
Dec 22, 2022 · 8 min read · Recently I've been converting one of my apps over to .NET MAUI. Now, I'm obviously biased as the engineering lead for the product, but the migration of my app has been going quite well, and despite a few remaining rough edges that we continue to work...
SDMJQsmart and 1 more commentedMay 27, 2020 · 3 min read · Sometimes it's really useful to be able to change things like endpoint urls, API keys and other settings depending if you're building in debug or release mode, or based on some other condition all together. Some .NET platforms have had the concept of...
Join discussionMar 9, 2020 · 5 min read · Images in Xamarin, and mobile apps in general have always been a pain point for me. For most apps, this means for every image you want to use, you'll need to resize it 5 times for each android display density, 3 times for iOS, and 3 times for UWP. Th...
Join discussion