Entity Framework 7 (EF7) is a major rewrite of the Entity Framework (EF) object-relational mapping framework from Microsoft. EF7 supports new data stores like NoSQL databases and new platforms like ASP.NET 5 and .NET Core. It has been redesigned from the ground up to be more modular and composable in order to support a wider range of data sources and platforms. EF7 also improves performance by enabling batch operations and migrations.