Difference between revisions of ".net Core Project Start"

From Logic Wiki
Jump to: navigation, search
(Created page with "# We first do StructureMap Implementation # if it uses MySql We install these nuget packages ## SapoentGuardian.EntityFrameworkCore.MySql ## Microsoft.EntityFrameworkCore....")
(No difference)

Revision as of 17:48, 21 March 2017

  1. We first do StructureMap Implementation
  2. if it uses MySql We install these nuget packages
    1. SapoentGuardian.EntityFrameworkCore.MySql
    2. Microsoft.EntityFrameworkCore.Tools (This is essential to use database migrations from PM
  3. implement generic repository pattern
  4. implement unit of works pattern
  5. implement .NET Identity