- Entity Framework Core (EF Core) 1.0 is a re-write of Entity Framework from the ground up to be lightweight, extensible, and support new platforms and data stores.
- EF Core 1.0 focuses on being code-first only and supports relational databases via providers, while also aiming to support non-relational stores.
- EF Core is optimized for memory and CPU usage compared to the larger EF6 by using a modular, dependency-injected core and pay-per-play components.
- EF6 will still be supported but EF Core is meant for new applications targeting .NET Core and platforms like ASP.NET Core and Universal Windows Platform.