Save Todos in a Database with EF Core + SQLite (.NET Beginner Guide)
Right now our todos disappear when the app stops — because we’re storing them in memory.
Let’s make it real:✅ EF Core✅ SQLite (simple local database file)✅ async database calls
Step 1 — Add EF Core packages
dotnet add package Microsoft.EntityFramewo...
silviublog.hashnode.dev2 min read