Questions
Answer the following questions to test your knowledge of this chapter:
- What is .NET MAUI?
- What is the MVVM pattern and why should we use it with .NET MAUI?
- What is
CommunityToolkit.Mvvm
, and what benefits does it bring in terms of clean coding in .NET MAUI? - How do we configure routes in .NET MAUI?
- How do we register ViewModels to make them available for constructor injection?
- What do we assign the ViewModel to in our View constructors?
- What is
ObservableObject
? - What is
ObservableProperty
? - What is
RelayCommand
? - What is
CollectionView
? - What is
ObservableCollection
?