EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Перейти к файлу
rowanmiller dd8656f548 Merge branch 'release' into dev 2014-10-28 14:17:00 -07:00
src
test
tools
.gitattributes
.gitignore
CONTRIBUTING.md
EntityFramework-2014.sln
EntityFramework.sln
EntityFramework.sln.DotSettings
LICENSE.txt
NuGet.Config
README.md
build.cmd
build.sh
global.json
makefile.shade

README.md

Entity Framework

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

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 vNext) on devices (i.e. in universal Windows apps) as well as in traditional .NET scenarios.

Getting Started

To get started with EF7, see the Entity Framework Wiki.