CRUD Operations with SQLite for Xamarin.Forms and .NET MAUI
In a previous video we have learned how to setup a local SQLite database on your device with Xamarin.Forms and .NET MAUI. For this video we will focus more on the actual CRUD operations. In this video we will learn how to create, read, update and delete but also how to manually write queries and use LINQ!
What you will learn
- Intro
- Inspect End Result
- Sample App Outline
- Implement CRUD actions
Good to know
- The demo focuses on practical usage, so validate package/version details against your current MAUI target before shipping.