App works best with EFCorePowerTools
replace: Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=EXAMPLE;
//builder.Services.AddDbContext(options =>
//{
// options.UseSqlServer(builder.Configuration.GetConnectionString("DefaultConnection"));
//});
replace => LapTestContext with your actual DBContext
This Template is based on the MS-MVC Project Template.