@Author: Suaeb Ahmed @Date: 2023-06-18 12:00:00
Commend to create migration and update database
Add-Migration "initial migration"
Update-Database
- Entity Framework Core
- DbContext
- Dependency Injection
- Migrations
- DTOs(Data Transfer Objects) and Domain Model
- and etc.