Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 453 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 453 Bytes

Notes with SQLite

This is an example .NET MAUI application that uses the MVVM pattern and SQLite for local storage.

It builds on the Microsoft notes app tutorial which is upgraded in the follow-on MVVM tutorial.

This version uses SQLite for data storage rather than storing notes in individual text files.