Video Timeline
00:11-Addition of Microsoft.EntityFrameworkCore.Tools pacakage to server(backend) project
01:52 Generate new Migration using Package Manager Console
04:26 Customize generated migration file
05:45 Update application database by applying the migration file
07:32 Add FirstName,LastName and MobileNumber fields to RegisterApplicationUser page and finetune the validation controls on that page.