Code first with Entity Framework Core (desktop app) 22. April 2018 BillKrat Entity Framework, Code First (0) Source: OPEN SOURCE CODENuGet Prerequisites:Microsoft.EntityFrameworkCoreMicrosoft.EntityFrameworkCore.DesignMicrosoft.EntityFrameworkCore.ToolsMicrosoft.EntityFrameworkCore.SqlServer (for SQL Server usage)First you’ll want to create your data context, you’ll see that mine resides in the data access... [More]