Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 427 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 427 Bytes

MyCMSCore

Create by Dot Net Core 5

  • Use Desgin Patern
  • Use Area's
  • Use View Component's in Proj
  • Create DB by EF ( Code First )
  • Use Ready Template

Desgin Patern is

  • Layer Data ( Models and Context and Repositories and Servicies and DTO and Migration and Convertors)
  • Layer Web ( MVC and Razor Page and Area's and Startup)

Created Admin Panel by

  • Area's in MVC
  • Use Ready Template
  • Create Template by Me