Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 653 Bytes

Readme.md

File metadata and controls

25 lines (19 loc) · 653 Bytes

Security Control Assessment

Assessment Services Overview

3 Projects

  • .Web Services Project
  • .Data Project
  • .Model Project
  • .Services Project

Getting Started

  • 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