ardalis / ddd-guestbook

A DDD guestbook example written for ASP.NET Core
MIT License
682 stars 145 forks source link

Modify to use SqlLite #8

Open ardalis opened 5 years ago

ardalis commented 5 years ago

EF Core InMemory has some issues we're currently working around in the Guestbook implementation that wouldn't be there if we were using a real database. I believe SqlLite will get around these issues while still not requiring students to have an actual db instance installed, or to install anything (it's just a nuget package). Confirm and update labs accordingly.