Entity framework Sql connection string for windows authentication

Code Example - Entity framework Sql connection string for windows authentication

                
                        PM> Scaffold-DbContext "Server=.\SQLExpress;Database=SchoolDB;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models