Useful
Main Project Guidelines
Main Project Guidelines
  • Design
  • Approach
Powered by GitBook
On this page
  • Use 3 layer and Razor pages initially
  • Desing improvements

Design

Use 3 layer and Razor pages initially

CoreTests (xUnit or NUnit Project)

CoreLogic (Class library project)

UI (Use Razor pages for now Consume CoreLogic from code behind of razor)

Desing improvements

Use MVC or WebAPI Consume CoreLogic from controllers Use Razor or Angular for UI later.

NextApproach

Last updated 1 year ago