.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....")
- We first do StructureMap Implementation
- if it uses MySql We install these nuget packages
- SapoentGuardian.EntityFrameworkCore.MySql
- Microsoft.EntityFrameworkCore.Tools (This is essential to use database migrations from PM
- implement generic repository pattern
- implement unit of works pattern
- implement .NET Identity