The .NET multi-platform app UI is a cross-platform framework to create innovative mobile and desktop applications with C# and XAML. One can develop apps using .NET MAUI that runs on Android, iOS, macOS, and Windows and add platform-specific source code and resources. As part of learning in this course, you will begin with a cursory introduction to the .NET MAUI concepts and features and their applications. You will learn .NET MAUI basics and design a simple API with the .NET Core. Next, you will learn to use an API in a .NET MAUI application, understand XAML controls, and write clear syntax. You will then learn to implement styles in a .NET MAUI application and utilize the MVVM (Model–View–ViewModel) pattern with the MVVM community toolkit. You will learn to use SQLite with a random mobile application. You will also learn to secure a mobile app using authentication and authorization protocols. Finally, you will learn to create your first Minimal API. Upon completing the course, you will comprehensively learn to create your mobile applications using .NET MAUI. You will independently advance your Visual Studio coding skillsets and learn to build innovative mobile apps using .NET MAUI.
Intermediate
Mobile Development with .NET MAUI
- 6 Sections
- 42 Lessons
- 8h Duration
Introduction
1 Lesson
Environmental Setup
1 Lesson
Create Your First .NET MAUI APP
7 Lessons
Create a Car Listing APP
13 Lessons
- Setup .NET MAUI Project
- Create Data Model
- Create Data Access Services
- MVVM Toolkit Updates
- Understanding the MVVM Pattern
- Set Up View Model and Command
- Understanding Dependency Injection
- Implement Data Template and Collection View
- Style Our List Page View
- Implement a Details Page
- Exploring Storage Options
- Add SQLite Database to App
- Setup Form to Add and Delete Records
Develop Supporting API
10 Lessons