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, ...
I frequently get asked if Entity Framework (EF) in a Code First environment supports calling stored procedures. The short answer is: "In EF6 -- which works everywhere -- the answer is Yes." As I ...
How to use the InMemory provider in Entity Framework Core to test your methods without hitting the database or using fakes and mocks ...