01. Welcome
02. What will you learn in this course
03. Who is this course for
04. What is .NET MAUI
05. Installing .NET MAUI
06. What is a ContentPage
07. Installing the .NET MAUI Community Toolkits
08. The MauiProgram.cs
09. Layouts
10. VerticalStackLayout
11. HorizontalStackLayout
12. AbsoluteLayout
13. Grid
14. ScrollView
15. Padding
16. Margins
17. What is XAML
18. XAML in Code
19. What is a CollectionView
20. Creating our first CollectionView
21. Handling CollectionView SelectionChanged
22. Using the RefreshView
23. Colors
24. What are Resources
25. What are Styles
26. Using Styles
27. Theming
28. What are Behaviors
29. Adding a behavior
30. What are Triggers
31. The VisualState triggers
32. Leveraging VisualState
33. What are Gestures
34. Adding a gesture
35. What are Application Lifecycles
36. Using the Application Lifecycle
37. The Page Lifecycle
38. Using the Page Lifecycle
39. What is Shell
40. Navigation examples
41. Creating the AppShell
42. Adding the Details Page
43. URL based routing
44. Transferring data
45. Completing the Details Page
46. What is MVVM
47. Why MVVM
48. The new Folder Structure
49. Creating the base ViewModel
50. Creating our first ViewModel
51. The Binding Context
52. Updating the List Page
53. Running our app
54. What is the MVVM Community Toolkit
55. Using the MVVM Community Toolkit
56. Fixing a weird iOS bug
57. Running our app again
58. MVVM using XAML
59. Conclusion