.net Core Project Start

From Logic Wiki
Revision as of 17:48, 21 March 2017 by AliIybar (Talk | contribs) (Created page with "# We first do StructureMap Implementation # if it uses MySql We install these nuget packages ## SapoentGuardian.EntityFrameworkCore.MySql ## Microsoft.EntityFrameworkCore....")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  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