Difference between revisions of ".net Core Project Start"
From Logic Wiki
(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
- 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