Day 26 - Apply EF Core Migration to SQL Server | ASP.NET Core Clean Architecture

Опубликовано: 03 Июль 2026
на канале: Backend Software Journey
6
0

Day 26 of Backend Software Journey. In this lesson, I apply the first EF Core migration to SQL Server and create the real JobTrackr database.

In this part:
Confirm the SQL Server connection string
Check that the InitialCreate migration exists
Run dotnet ef database update
Create the JobTrackrDb database
Verify Users and Tasks tables
Check __EFMigrationsHistory
Build the project after applying the migration

Day 25 created the migration files. Day 26 applies those files to SQL Server so the database and tables are created.

Source code repository:
https://github.com/BackendSoftwareJou...

Playlist:
Backend Software Journey - Clean Architecture Tutorial

#aspnetcore #dotnet #entityframeworkcore #sqlserver #cleanarchitecture #backenddevelopment #csharp