The document discusses ADO.NET Entity Framework (EF) 5 and what is new in EF 6. It provides an introduction to EF 5 and the different development approaches like code first, database first, and model first. It also covers EF architecture, tips and tricks for using EF, and what new features are coming in EF 6 like async query/save, enum support on .NET 4.0, and code first stored procedure support.