Entity Framework Core Tutorial – Everything You Need to Know to Get Started

Hi everyone! This video covers everything you need to know to get up and running with EF Core today!

We’ll talk about the various NuGet packages that we’ll add:
Microsoft.EntityFrameworkCore
Microsoft.EntityFrameworkCore.Design
Microsoft.EntityFrameworkCore.Sqlite

As well as the dotnet-ef command line tool which we’ll use to create migrations, the database and more.

This video doesn’t cover complex relational database relationships. I’ll cover this in-depth in the upcoming videos in my main series. If you don’t want to miss out on it – make sure to smash the subscribe button!

The GitHub repository we used as the base for the project:
https://github.com/amantinband/buber-breakfast

The full source code of what we wrote today and all the other videos I released in the past is available for my Patrons (It’s 5$). If you want it or you wish to support me on my new YouTube endeavor, the link is over here:
https://www.patreon.com/amantinband

Connect with me on ’em socials:
https://github.com/amantinband
https://twitter.com/amantinband
https://linkedin.com/in/amantinband
https://youtube.com/@amantinband

#dotnet #efcore #entityframework #amantinband