Entity Framework Core Crash Course | C# .NET EF Core Tutorial for Beginners (Code First)

preview_player
Показать описание
Entity Framework (EF) is an object relational mapper (ORM) framework that helps to build scalable databases quickly. In this video, we will be learning the basics of EF Core for C# .NET by building a Blog Manager console app.

We'll use Entity Framework Core to create our SQL database (sqlite3) using a Code First approach.

Topics:
- Installing Visual Studio Code
- Install .NET Framework
- Install VS Code extensions (sqlite3 editor and C# Dev Kit)
- Install Entity Framework packages (Design, Sqlite, and dotnet-ef)
- Working with the .NET CLI (command-line interface)
- Creating models using Code First approach
- Using DbContext base class to extend EF Core configuration functionality
- Making migrations and apply migrations to SQL database
- Building our console app UI for taking user input
- Running CRUD operations on database (create, read, update, delete)
- ...and more!

-----
Links:

Download Visual Studio Code:

Download .NET Core:

Download Sqlite3 Editor extension for Visual Studio Code:

Download C# Dev Kit for Visual Studio Code:

Entity Framework Documentation:

Github repo (source code):

---
#csharp #efcore #entityframeworkcore #entityframework #codefirst #dotnet #codingtutorials #csharptutorial #csharpprogramming #csharptutorial #csharpproject

-----

LIKE this video, SUBSCRIBE, and HIT the BELL ICON to stay updated on future crash courses, tutorials, and reviews!
Рекомендации по теме
Комментарии
Автор

Great Content. Adding timestamps and demo of app would be much much better.

muhammadhumayoun
Автор

How would you further improve the functionality of this app? Leave your ideas below...

coderversity