Entity Framework 4.1: Expert's Cookbook
Improving Entity Framework in the Real World
Improving Entity Framework by using code first
Creating mock database connections
Implementing the repository pattern
Implementing the unit of work pattern
Testing queries for performance
Performing load testing against a database
Understanding the Fluent Configuration API
Mapping one table to many objects
Mapping many tables to one object
Handling inheritance based on database values
Handling Validation in Entity Framework
Validating collection properties
Creating custom property validation
Improving MVC UI with entity framework validation
Working with Transactions and Stored Procedures
Handling multiple context transactions
Retrieving entities with stored procedures
Updating entities with stored procedures
Improving Entity Framework with Query Libraries
Improving entity and library reuse
Increasing performance with code access
Improving Complex Query Scenarios
Grouping at runtime without Lambda
Improving complex where clauses
Implementing the specification pattern
Using Concurrent and Parallel Processing
Implementing optimistic concurrency
Handling data retrieval in highly-threaded environments
Attaching objects with unit of work
Improving multiple context performance
Improving Entity Framework with Complex Business Scenarios