Create Your First .NET MAUI App in VS Code (macOS-first, Windows/Linux notes)

Five-minute walkthrough to spin up a cross‑platform MAUI app in VS Code that takes a city name and shows live weather using a lightweight public API. macOS leads the way with notes for Windows and Linux. Set up your tools Install the .NET 8 SDK or newer and Visual Studio Code. In VS

By |2025-09-05T18:09:46+10:00September 2nd, 2025|Categories: .NET Standard|Tags: , , , , |0 Comments

Xamarin.Forms MVVM DataTemplate with IndicatorView

This Xamarin how-to article shows (in my opinion) the easiest and cleanest way to implement the MVVM pattern in a DataTemplate.  The example I will be using is a 'set up wizard' using a standard Xamarin.Forms CarouselView and IndicatorView.  The example show how you can keep each 'page' in the setup wizard separate

By |2024-08-12T14:22:30+10:00February 4th, 2022|Categories: Xamarin, Xamarin.Forms|Tags: , , , , |0 Comments
Go to Top