Steps I use to insert, read, update and delete from a SQLite database in VB.NET using Entity Framework Core. I demo this by reading and writing movie ratings in a Windows Forms app.
Visual Studio 22 / .NET 8.0
0:00 Database Structure
0:30 Nuget Manager
1:03 Data Classes
1:30 DbContext Class
1:48 Read Data
2:15 Insert, Update, Delete
4:04 Create Database
#sqlite #vbdotnet