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.
- 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
Revisit the basic architecture and modify to make code more
- readable
- maintainable
- manageable
- testable