FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Gabegi/entity-framework-core-code-first-dotnet: EntityFrameworkCoreCodeFirst · GitHub

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Topics

Resources

Stars

11 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL