Skip to content

Gabegi/EntityFrameworkCoreCodeFirst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

EntityFrameworkCoreCodeFirst

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published