xxxxxxxxxx
PM> Scaffold-DbContext "Server=.;Database=DatabaseName;User Id=sa;Password=sasa;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -Force
xxxxxxxxxx
PM> Scaffold-DbContext "Server=.\SQLExpress;Database=SchoolDB;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models
xxxxxxxxxx
Microsoft.AspNetCore.All
Microsoft.EntityFrameworkCore
Microsoft.EntityFrameworkCore.Tools