Skip to main content

General

  • Each functional domain being implemented must be added to each own Area e.g Administration
  • The folder structure to use when creating a new MVC area is

image-1601320574138.png

  • Each area must have the folders Controllers, Models and Views, each of the other folders are optional.
  • The function of each folder is:
    • Controller: 
    • Views: 
    • Models: 
    • Filters: 
    • Utilities: 
    • Helpers: 
    • Enums: 
  • Created the area registration
  • Setting up the Web.config