Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
lawrence_shaun_introducing_net_maui_build_and_deploy_crosspl.pdf
Скачиваний:
36
Добавлен:
26.06.2023
Размер:
5.15 Mб
Скачать

Chapter 9 Local Data

Summary

In this chapter, you

•\

Learned about the different types of local data

•\

Discovered what .NET MAUI offers in terms of local file

 

storage locations and when to use each one

•\

Gained an understanding of database technologies and

 

applied two different options

•\

Modified your application to save and load the boards

 

your users create

•\

Gained an understanding of the options for storing

 

small bits of data or Preferences

•\

Added the ability to record the last opened board

•\

Gained an understanding of the options for storing

 

small bits of data securely or SecureStorage

In the next chapter, you will

•\

Learn about remote data.

•\

Learn how you can interact with it.

•\

Cover the common considerations.

•\

Look a concrete example with the Open Weather API.

•\

Build your own implementation to consume the Open

 

Weather API.

•\

Cover how to consume the data returned.

•\

Talk through scenarios where things can go wrong.

•\

Provide implementations to handle those scenarios.

296