Store local data with SQLite in a .NET MAUI app

Beginner
Developer
Student
Visual Studio
.NET
.NET MAUI

Learn how to store and access data held in SQLite using a .NET MAUI app

Learning objectives

In this module, you will:

  • Compare the different data storage options that are available for .NET MAUI applications.
  • Store relational data in a SQLite database.
  • Interact with your database asynchronously to make sure that your UI remains responsive.

Prerequisites