How to Configure and Use Entity Framework in .NET Web API project

Описание к видео How to Configure and Use Entity Framework in .NET Web API project

We are adding Entity Framework to .NET Web API project and replacing hard-coded data with data in the SQL Server database. We are talking about migrations and EF basic CRUD operations. We are also discussing asynchronous programming with async and await.

Links used in the video:

GitHub AddressBookWebAPI repo - starting point
https://github.com/katkovd73/AddressB...

GitHub Address_Book_API_With_Entity_Framework repo - completed project
https://github.com/katkovd73/AddressB...

Managing Migrations - EF commands
https://learn.microsoft.com/en-us/ef/...

Asynchronous programming with async and await
https://learn.microsoft.com/en-us/dot...

Комментарии

Информация по комментариям в разработке