.net Core Project Start

From Logic Wiki
Revision as of 17:50, 21 March 2017 by AliIybar (Talk | contribs)

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