The document summarizes the new features of Entity Framework 7, the next version of Microsoft's Entity Framework data access API. Key points include: - EF7 is built on .NET Core and runs on multiple platforms like Windows, Linux and Mac. It supports both relational and non-relational data stores. - The codebase has been completely rewritten and uses a provider model for different data stores. It is available on GitHub and supports providers like SQL Server, SQLite, PostgreSQL, and Azure Table Storage. - Many existing features have been removed, like ObjectContext API, Entity SQL, and model-first approach. New features include support for additional platforms/providers and batching of CRUD operations.