# EntityFramework **Repository Path**: oceanho/entityframework ## Basic Information - **Project Name**: EntityFramework - **Description**: Mirrors of https://github.com/aspnet/EntityFramework.git - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-06-28 - **Last Updated**: 2024-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Entity Framework Core ===================== Travis: [![Travis build Status](https://travis-ci.org/aspnet/EntityFramework.svg?branch=dev)](https://travis-ci.org/aspnet/EntityFramework) (CoreCLR only, no SQL Server) AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/v9xbkondjev2gkhn/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/entityframework/branch/dev) Documentation on using EF Core is available at [http://docs.efproject.net](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 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**](https://github.com/aspnet/EntityFramework/wiki/Roadmap) article in the wiki.