Skip to content

ChuYuzhi/EntityFramework

 
 

Repository files navigation

Entity Framework Core

Travis: Travis build Status (CoreCLR only, no SQL Server)

AppVeyor: AppVeyor

Documentation on using EF Core is available at http://docs.efproject.net.

EF Core here, EF6 on CodePlex

This project is for Entity Framework Core, which is currently in pre-release. Entity Framework 6.x is the latest stable release of EF and still under active development on CodePlex at http://entityframework.codeplex.com/.

Entity Framework Core

Entity Framework Core (EF Core) provides a familiar developer experience to previous versions of EF, including LINQ, POCO, and Code First support. EF Core also enables access to data across relational and non-relational stores. EF Core is much more lightweight than previous versions and is built from the ground up to work great in the cloud (using ASP.NET Core) on devices (i.e. in universal Windows apps) as well as in traditional .NET scenarios.

Getting Started

Checkout the documentation at https://docs.efproject.net to see tutorials for getting started with EF Core.

Roadmap

EF Core is currently pre-release. For more details on the release schedule, see the Roadmap article in the wiki.

About

Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%