karenpayneoregon / efcore5-getting-started

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TSQL 81.3%Language:C# 18.7%