Working with Local and Remote Data in .NET MAUI Apps
This course will teach you how to access data from different types of remote and local data sources in a .NET MAUI application.
What you'll learn
Are you building mobile apps that need to handle data effectively? Nearly all modern applications require data management, whether locally or through a remote server. In this course, Working with Local and Remote Data in .NET MAUI Apps, you’ll learn to use and access different data sources in a .NET MAUI application. First, you’ll explore the different remote and local data service options. Next, you’ll discover how you can access remote data services such as RESTful APIs and SOAP web services. Finally, you’ll learn how to use the different local storage options to enhance your application’s performance and flexibility. When you’re finished with this course, you’ll have the skills and knowledge of accessing a variety of local and remote data sources needed to build performant applications with up-to-date data.
Table of contents
- Working with a REST API 11m
- Demo: Exploring the REST API 3m
- Using IHttpClientFactory 5m
- Demo: Registering the IHttpClientFactory 4m
- Accessing Data Using HttpClient 2m
- Demo: Accessing data from the remote source 5m
- Working with an API Running on Your Local Machine 6m
- Demo: Using a Dev Tunnel 3m
- Making the Application More Resilient 6m
- Demo: Adding Resiliency 4m