Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 917 Bytes

ReadMe.md

File metadata and controls

26 lines (18 loc) · 917 Bytes

Entity Framework Core Project

Introduction

DotNet EF Core 8.0.1

Read about the whole project on my blog Entity Framework Core Code First: Introduction, Best Practices, Repository Pattern, Clean Architecture

In this blog I cover everything about EF Core:

  • Basics
  • Migrations
  • Annotations
  • Fluent API
  • Using Entity Framework Core in code
  • Further topics
  • Repository Pattern & Clean architecture
  • Tips and Tricks
  • Errors and solutions

NuGet Packages

  • Microsoft.EntityFrameworkCore.SqlServer: already includes microsoft.entityframeworkcore package
  • Microsoft.EntityFrameworkCore.Tools: gives us the ability to use the dotnet ef command line tool + includes microsoft.entityframeworkcore.design package
  • Microsoft.EntityFrameworkCore.Design: for the Web project