3 Projects
- .Web Services Project
- .Data Project
- .Model Project
- .Services Project
- Download Visual Studio 2017 RC.
- Select the Modules for .NET Core
- SQL Server is the preferred database.
- Deploy the Database using Entity Framework Code First Migrations
- Open the nuget console
- Install-Package Microsoft.EntityFrameworkCore.Tools –Pre
- Install-Package Microsoft.EntityFrameworkCore.Design
- Add-Migration [[Migration Name]] (any name will do)
- Update-Database
##References https://docs.microsoft.com/en-us/ef/core/get-started/aspnetcore/new-db