Skip to content

Basics for EF Core 5 getting started. More examples will be added.

Notifications You must be signed in to change notification settings

karenpayneoregon/efcore5-getting-started

Repository files navigation

About

Getting started with EF Core 5

More coming

How to get EF Core 5.0

See Microsoft documentation

EF Core 5.0 requires a .NET Standard 2.1 platform. This means EF Core 5.0 will run on .NET Core 3.1 or .NET 5, as well as other platforms that support .NET Standard 2.1. EF Core 5.0 does not run on .NET Framework.

Entity Framework documentation

See Microsoft documentation

Database providers

Current providers

Requires

  • The following database script.
    • Before running the script inspect the path where the database will be created to match your SQL-Server installation.
  • The following NuGet packages are needed for the json configuration file
    • Microsoft.Extensions.Configuration
    • Microsoft.Extensions.Configuration.FileExtensions
    • Microsoft.Extensions.Configuration.Json
    • Microsoft.Extensions.Configuration.Binder

About

Basics for EF Core 5 getting started. More examples will be added.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published