Difference between revisions of ".net Core Project Start"

From Logic Wiki
Jump to: navigation, search
(Created page with "# We first do StructureMap Implementation # if it uses MySql We install these nuget packages ## SapoentGuardian.EntityFrameworkCore.MySql ## Microsoft.EntityFrameworkCore....")
 
 
(One intermediate revision by the same user not shown)
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
+
## SapientGuardian.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

Latest revision as of 15:47, 27 March 2017

  1. We first do StructureMap Implementation DONE
  2. if it uses MySql We install these nuget packages DONE
    1. SapientGuardian.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