Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 601 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 601 Bytes

Comic Book Gallery

This is a basic project using ASP.NET MVC 5. This is the project I built following along with the Treehouse ASP.NET MVC Basics Course taught by James Churchill.

Next Steps:

  • Add a Series Model
  • Centralize the Data
  • Add the Series Repository
  • Add the Series List Page
  • Add the Series Detail Page
  • Remove Duplicated View Code
  • Add a Tweet button to the Detail View

Refactor with Separation of Concerns in Mind

Revisit the basic architecture and modify to make code more

  • readable
  • maintainable
  • manageable
  • testable