News

Take advantage of the Entity Client Provider -- a client side query engine, to execute queries against a conceptual model of data ...
The process of de-identifying test databases can be approached in a variety of ways, and we’re often asked how our approach differs as compared to others. In this article, we’ll explore how our ...
Code First is a new development approach in the Entity Framework 4.1 stack that can simplify the understanding and maintenance of your domain model.
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, ...
How to use the InMemory provider in Entity Framework Core to test your methods without hitting the database or using fakes and mocks ...