The Wayback Machine - https://web.archive.org/web/20190322172517/https://github.com/aspnet/EntityFrameworkCore
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology https://docs.microsoft.com/ef/core
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
benchmark Separate FromSql methods into 2 methods (#15018) Mar 14, 2019
eng Update to latest Extensions build to make AspNetCore changes consistent Mar 22, 2019
samples Update samples to .NET Core 3.0 Mar 5, 2019
src RevEng: Add DatabaseModelFactoryOptions Mar 21, 2019
test RevEng: Add DatabaseModelFactoryOptions Mar 21, 2019
tools Allow configuration of logging level for specific events Mar 12, 2019
.editorconfig Update .editorconfig Aug 15, 2018
.gitattributes Implement SqliteCommand.Prepare. Jul 21, 2017
.gitignore
CONTRIBUTING.md Update CONTRIBUTING.md Jul 24, 2018
Directory.Build.props
Directory.Build.targets
EFCore.Cosmos.sln Update solutions to VS 2019 Feb 6, 2019
EFCore.Runtime.sln Update solutions to VS 2019 Feb 6, 2019
EFCore.ruleset ⬆️ Update StyleCop.Analyzers to 1.1.1-beta.61 Jan 7, 2019
EFCore.sln Benchmark refresh Mar 12, 2019
EFCore.sln.DotSettings Reformat product code Jan 15, 2019
LICENSE.txt Update LICENSE.txt Sep 27, 2018
Microsoft.Data.Sqlite.sln
NuGet.config Build using Arcade Dec 19, 2018
README.md
activate.ps1 Add activate scripts Feb 27, 2019
activate.sh
azure-pipelines.yml
build.cmd
build.sh Build using Arcade Dec 19, 2018
global.json
restore.cmd
restore.sh Make some scripts executable Mar 18, 2019
startvs.cmd
test.cmd
test.sh

README.md

Entity Framework Core

Documentation on using EF Core is available at https://docs.microsoft.com/ef/core/.

Build Status

EF Core here, EF6 elsewhere

This project is for Entity Framework Core. Entity Framework 6 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/.

Provider Package name Stable Nightly (master branch)
SQL Server Microsoft.EntityFrameworkCore.SqlServer NuGet MyGet
SQLite Microsoft.EntityFrameworkCore.SQLite NuGet MyGet
InMemory (for testing) Microsoft.EntityFrameworkCore.InMemory NuGet MyGet

Project Wiki

More details about our project, like our release roadmap, or how to get and build our code, are located in our our project wiki.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. This will execute only the part of the build script that downloads and initializes a few required build tools and packages.

See developer documentation for more details.

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.