Tag Archives: Learning Maui

Learning .NET MAUI – Part 7

Let’s pick up where we left off in the previous blog post, but it is time to clean up the app to use MVVM. First step: create a ViewModel folder and in that put two files: MainViewModel ViewModelBase

Posted in Essentials | Tagged , | Leave a comment

Learning .NET MAUI – Part 6

I’m going to start off where we were at the end of Part 5, but this time instead of creating two labels (for State and Zip) I’m going to create one label with MultiBinding: <Label VerticalOptions=”Center”> <Label.Text> <MultiBinding StringFormat=”{}{0} | … Continue reading

Posted in Essentials | Tagged , , | Leave a comment

Learning .Net Maui – Posting 0

I’m going to start a serious attempt to upgrade my skills from Xamarin.Forms to Maui. I’m not sure how difficult this will be, but I’m starting with James Montemagno’s excellent video/code course for beginners. Unfortunate for me, and perhaps for … Continue reading

Posted in C#, Maui | Tagged | Leave a comment