778a843444 | ||
---|---|---|
.github | ||
build | ||
src | ||
test | ||
tools | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
EFCore.sln | ||
EFCore.sln.DotSettings | ||
LICENSE.txt | ||
NuGet.config | ||
NuGetPackageVerifier.json | ||
README.md | ||
appveyor.yml | ||
build.cmd | ||
build.ps1 | ||
build.sh | ||
version.props |
README.md
Entity Framework Core
Documentation on using EF Core is available at https://docs.microsoft.com/ef/.
EF Core here, EF6 elsewhere
This project is for Entity Framework Core. Entity Framework 6.x is still under active development at https://github.com/aspnet/EntityFramework6.
What is EF Core?
Entity Framework (EF) Core is a lightweight and extensible version of the popular Entity Framework data access technology.
EF Core is an object-relational mapper (O/RM) that enables .NET developers to work with a database using .NET objects. It eliminates the need for most of the data-access code that developers usually need to write.
Database Providers
The source for SQL Server, SQLite, and InMemory providers are included in this project. Additional providers are available. For a complete list, see https://docs.microsoft.com/ef/core/providers/.
Roadmap
For more details on the release schedule, see the Roadmap article in the wiki.