James's Feed
- Adding Interactive Gestures to Controls in .NET MAUI
James Montemagno shows how to bring more touch interaction into .NET MAUI apps with gesture recognizers and swipe support. The video is a quick way to see how small interaction patterns can make interfaces feel more alive.
Read more - Dependency Injection Basics in .NET MAUI
James Montemagno walks through the built-in dependency injection support in .NET MAUI and why it matters for app structure. This is a good refresher for anyone who wants cleaner service registration, resolution, and composition in MAUI apps.
Read more - Create multi-window desktop apps with .NET MAUI
James Montemagno demonstrates how to build multi-window desktop experiences with .NET MAUI while still respecting the needs of mobile users. The video is a practical introduction to treating MAUI as more than a single-window app model.
Read more - Publish Apps
James Montemagno explores Publish Apps in this ~15-minute session, focusing on project setup and data flow. Watch for the demos, technical context, and practical details that make the ideas easier to apply.
Read more - Deploy & Debug .NET MAUI Apps to iOS Devices in VS Code - Complete Guide
James Montemagno walks through Deploy & Debug .NET MAUI Apps to iOS Devices in VS Code - Complete Guide, focusing on practical implementation steps you can apply immediately. You'll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.
Read more - Testing Local APIs on Device with Dev Tunnels and .NET MAUI
James Montemagno explains how Dev Tunnels can expose a local API to a physical device so .NET MAUI apps can be tested without a deployed backend. It is a practical setup for teams tired of fighting `localhost` during device testing.
Read more