News

Take advantage of the Entity Client Provider -- a client side query engine, to execute queries against a conceptual model of data ...
If you want to treat your database design as an 'implementation detail' that just falls out of getting your object model right, then Entity Framework gives you four choices. Picking the right one, ...
Saving and retrieving data is a fundamental part of all but the simplest of applications. In this article, Nick walks through getting started using Entity Framework with SQLite to persist application ...
How to use the InMemory provider in Entity Framework Core to test your methods without hitting the database or using fakes and mocks ...