Skip to content

adwardliu/EntityFramework

 
 

Repository files navigation

Entity Framework

Entity Framework is Microsoft's recommended data access technology for new applications in .NET.

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

AppVeyor: AppVeyor

Documentation on using EF7 is available at https://ef.readthedocs.org.

EF7 here, EF6 on CodePlex

This project is for Entity Framework 7, 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 7

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

Getting Started

See the "Getting Started" guides in the EF documentation for tutorials on using EF7.

Roadmap

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

About

Microsoft's recommended data access technology for new applications in .NET.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%