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

We recommend upgrading to the latest Google Chrome or Firefox.

Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology
Branch: master
Clone or download
dotnet-maestro Update dependencies from https://github.com/dotnet/arcade build 20190…
…418.7 (#15424)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19218.7
Latest commit a69d84b Apr 20, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
benchmark Rename FromRawSql to FromSqlRaw and related Apr 1, 2019
eng Update dependencies from https://github.com/dotnet/arcade build 20190… Apr 20, 2019
samples Update samples to .NET Core 3.0 Mar 5, 2019
src
test Add CHECK constraint support Apr 18, 2019
tools More API doc updates for internal code Apr 17, 2019
.editorconfig Update .editorconfig Aug 15, 2018
.gitattributes Implement SqliteCommand.Prepare. Jul 21, 2017
.gitignore Build using Arcade Dec 19, 2018
CONTRIBUTING.md Update CONTRIBUTING.md Jul 24, 2018
Directory.Build.props
Directory.Build.targets ⬆️ Update .NET Core SDK Mar 5, 2019
EFCore.Cosmos.sln Update solutions to VS 2019 Feb 6, 2019
EFCore.Cosmos.sln.DotSettings
EFCore.Runtime.sln Run Cosmos functional tests during manual and scheduled builds Apr 15, 2019
EFCore.Runtime.sln.DotSettings StyleCop and Jetbrains settings improvements Apr 10, 2019
EFCore.ruleset StyleCop and Jetbrains settings improvements Apr 10, 2019
EFCore.sln Benchmark refresh Mar 12, 2019
EFCore.sln.DotSettings StyleCop and Jetbrains settings improvements Apr 10, 2019
LICENSE.txt
Microsoft.Data.Sqlite.sln Update solutions to VS 2019 Feb 6, 2019
Microsoft.Data.Sqlite.sln.DotSettings
NuGet.config Build using Arcade Dec 19, 2018
README.md Update README.md (#15296) Apr 9, 2019
activate.ps1 Add activate scripts Feb 27, 2019
activate.sh Add activate scripts Feb 27, 2019
azure-pipelines.yml
build.cmd Build using Arcade Dec 19, 2018
build.sh Build using Arcade Dec 19, 2018
global.json
restore.cmd Build using Arcade Dec 19, 2018
restore.sh Make some scripts executable Mar 18, 2019
startvs.cmd Update solutions to VS 2019 Feb 6, 2019
test.cmd Build using Arcade Dec 19, 2018
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/. Information about how to use nightly builds can be found here

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.