Few tips for fellow programmers.
Scaffold SQL Tables to C# Class
Scaffold-DbContext "Server=MACHINENAME;Database=DBName;USER ID=username;Password=password;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models
No comments:
Post a Comment