This document provides an overview of Entity Framework 4. It begins with an introduction to Entity Framework and the benefits it provides such as decreased code and maintenance for data applications by programming against a conceptual model rather than a relational schema. It then covers references, getting started by demonstrating how to set up an Entity Data Model, modeling approaches, querying the database using LINQ, using stored procedures and functions, working with Plain Old CLR Objects (POCOs), loading related entities, potential gotchas, and concludes with asking if there are any questions.