Category Archives: .NET MAUI
.NET MAUI Videos Free
I’ve posted my .NET MAUI For Xamarin.Forms Programmers and Advanced .NET MAUI videos on YouTube.
Prague Comes To Boston
I’ll be presenting at Boston Code Camp on This is a free, one-day event on Saturday, April 29, in Burlington, MA.
Advanced .NET MAUI Topic: Visual State
With the release of my newest book, .NET MAUI For C# Developers, I’m pleased to present occasional posts on advanced topics. If you are just starting out, however, you may want to take a look at my previous 15 part … Continue reading
Presented in Prague
I presented on .NET MAUI For Xamarin.Forms Programmers and Advanced .NET MAUI in Prague last week, and it was great (Prague, not the presentations). All went well, but touring Prague was terrific. The city was founded in the 10th century … Continue reading
David Ortinau on .NET MAUI
David Ortinau, Program Manager .NET and voice of .NET MAUI discusses MAUI as a platform, Blazor Hybrid, Community Toolkits, as well as what’s on the road map for .NET MAUI.
.NET MAUI – Forget Me Not – 7 – Unit Testing
Picking up where we left off, I want to add unit tests to my program. Now, I know, I should have been using unit tests all along. I have no excuse and hang my head in shame. To get started, … Continue reading
.NET MAUI Forget Me Not – Part 6.5
I have posted the (incomplete) code at https://github.com/jesseliberty/GraniteStateForgetMeNot and a video of much of the material captured in this series is now on YouTube
Learning .NET MAUI – Part 3
Our app will spring to life in AppShell.xaml. We’ll be putting a few additional things there, but key for now is the ShellContent element As you can see there are three attributes: the Title, the ContentTemplate and the Route. The … Continue reading