[WebAPI-NET5] #3 - Định nghĩa cấu trúc database dùng Entity Framework Core (hướng Code First)
Hướng dẫn từng bước tạo database theo mô hình Code First và xây dựng API tương tác với cơ sở dữ liệu vừa tạo.
Các công nghệ/phần mềm sử dụng trong bài này:
- .NET Core SDK 5
- Entity Framework Core 5
- SQL Server
- Visual Studio
- Swagger
- Postman
📘Slide: https://drive.google.com/file/d/1ZEJgP1CckJUd-PL1khIPFsG6ZdzhB9eo/view?usp=sharing
📘Source code hoàn chỉnh: https://github.com/hienlth-online/freecousre-webapi-net5/tree/02_WorkingDB
#efcore #webapi #hienlth #sqlserver #aspnetcore