VictorTzeng / EntityFramework

Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology

Home Page:https://docs.efproject.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entity Framework Core

Documentation on using EF Core is available at https://docs.efproject.net.

Travis build status AppVeyor build status

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.efproject.net/en/latest/providers/.

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

Roadmap

For more details on the release schedule, see the Roadmap article in the wiki.

About

Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology

https://docs.efproject.net

License:Other


Languages

Language:C# 100.0%Language:PowerShell 0.0%Language:Shell 0.0%Language:Batchfile 0.0%