.NET EFCore | Entity FrameworkCore CRUD Operations with SQL Server Database

preview_player
Показать описание
Thanks so much for watching 🙌🏾 LIKE 👍, SUBSCRIBE & turn on Notifications 🔔 to know when I upload new videos EVERYDAY!

/*You can buy a coffee for me*/ ☕️

Table of Contents:
00:00:00 | Introduction to EFCore CRUD operations.
00:01:13 | Creating Web API Project.
00:01:56 | Installing EFCore, EFCore.Tools, EFCore.SqlServer NuGet packages.
00:02:28 | Setting up the SQL Database Connection String.
00:03:40 | Register Database Connection.
00:04:40 | Creating Application DbContext class.
00:05:54 | Adding Models
00:07:05 | Adding Database Migration
00:08:55 | Adding API Controller to perform the CRUD operations.

Related Videos

What is CRUD?
CRUD refers to the four basic operations a software application should be able to perform – Create, Read, Update, and Delete. In such apps, users must be able to create data, have access to the data in the UI by reading the data, update or edit the data, and delete the data.

In full-fledged applications, CRUD apps consist of 3 parts: an API (or server), a database, and a user interface (UI). The API contains the code and methods, the database stores and helps the user retrieve the information, while the user interface helps users interact with the app.
Рекомендации по теме
welcome to shbcf.ru