Using Entity Framework Core as an In-Memory Database for ASP.NET Core

added by Bob Senoff
8/15/2016 12:00:00 AM

1776 Views

One of the most exciting features in the new version of Entity Framework (Entity Framework Core 1.0) is the addition of an in-memory data provider. This makes it possible to prototype applications and write tests without having to set up a local or external database.


0 comments