.NET MAUI Tutorial - MVVM Pattern (Part 1)

Опубликовано: 30 Октябрь 2024
на канале: LearnTechnologies
263
4

#dotNETMAUI #MAUI #dotNET #CSharp #Xamarin #MobileAppDevelopment #CrossPlatformApps #VisualStudio #UIUXDesign
#CodeTutorial #SoftwareDevelopment #MicrosoftDevelopers #AppDevelopment

In this video, we will see together how to use INotifyPropertyChanged in generic way. This part will be essential for the next videos.
Code: https://github.com/AlphaTechstudios/D...
····················································································
♥ Subscribe: https://bit.ly/3e008wU
● Website: https://learntechnologies.fr/
● Twitter:   / alphatechstudi1  
● Facebook:   / learntechnologiespage  
● Github: https://bit.ly/3sYV7ss

⏱ Timestamps
00:00 - Inspect End Result
00:11 - Create new .NET Maui App
00:28 - INotifyPropertyChanged - BaseViewModel
03:08 - MainPageViewModel
04:23 - Xaml Databinding
04:57 - Dependency Injection
05:59 - Demo