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....") |
|||
| Line 1: | Line 1: | ||
| − | # We first do [[StructureMap Implementation]] | + | # We first do [[StructureMap Implementation]] '''DONE''' |
| − | # if it uses MySql We install these nuget packages | + | # if it uses MySql We install these nuget packages '''DONE''' |
| − | ## SapoentGuardian.EntityFrameworkCore.MySql | + | ## SapoentGuardian.EntityFrameworkCore.MySql '''DONE''' |
| − | ## Microsoft.EntityFrameworkCore.Tools (This is essential to use database migrations from PM | + | ## Microsoft.EntityFrameworkCore.Tools (This is essential to use database migrations from PM '''DONE''' |
| − | # implement generic repository pattern | + | # implement generic repository pattern '''DONE''' |
| − | # implement unit of works pattern | + | # implement unit of works pattern '''DONE''' |
# implement .NET Identity | # implement .NET Identity | ||
| + | # use Docker | ||
| + | # use Azure | ||
Revision as of 17:50, 21 March 2017
- We first do StructureMap Implementation DONE
- if it uses MySql We install these nuget packages DONE
- SapoentGuardian.EntityFrameworkCore.MySql DONE
- Microsoft.EntityFrameworkCore.Tools (This is essential to use database migrations from PM DONE
- implement generic repository pattern DONE
- implement unit of works pattern DONE
- implement .NET Identity
- use Docker
- use Azure