.net使用EF连接SQLserver数据库
打开nuget安装以下3个1.Microsoft.EntityFrameworkCore2.Microsoft.EntityFrameworkCore.SqlServer ----连接的数据库类型3.Microsoft.EntityFrameworkCore.Tools4.Scaffold-DbContext “Server=.;Database=EFCore;Trusted_Connection=True;User ID=用户名;Password=密码;”Microsoft.Entit