17. Setting Up Entity Framework Core: Install NuGet Packages, Create & Configure the AppDbContext

Опубликовано: 22 Октябрь 2024
на канале: Ervis Trupja
163
4

In this tutorial, we'll walk through setting up Entity Framework Core for your project. You'll learn how to install the required Entity Framework NuGet packages, create the AppDbContext class, and configure it in Program.cs. By the end, you'll be ready to start working with your SQL database using Entity Framework Core!

💻Don't forget to subscribe for more tutorials!

🔗 Get the source code here: https://github.com/etrupja/CircleApp
🌟 Do not forget to star the repository
📌 Begin branch: https://github.com/etrupja/CircleApp/...
📌 End branch: https://github.com/etrupja/CircleApp/...

🎓 Learn web development with my Udemy courses:
Build an ASP.NET MVC eCommerce App: https://bit.ly/3CWvkqk
Master ASP.NET Web API: https://bit.ly/3co3ZBG
Build a URL Shortener App: https://bit.ly/49nbHIN

🌐 Connect with me and continue learning:
Read my blog: https://dotnethow.net
Explore my Udemy courses: https://www.udemy.com/user/ervis-trupja
Take my Pluralsight courses: https://www.pluralsight.com/authors/e...
Follow me on LinkedIn:   / ervis-trupja  

📑 Chapters:
00:00 Introduction
00:19 Installing Entity Framework NuGet Packages
02:15 Creating the AppDbContext Class
05:14 Configuring AppDbContext in Program.cs
06:44 Thank you