I have been working on a ASP.NET MVC pet project of my own for a while, following tutorial from PrideParriot to build a blog engine from scratch. Ultimately, I intend to divert from the tutorial to add more functionalities as I get more comfortable.

For the time being, I have completed the user stores below for the blog engine:

  • Story #1 - Display the latest blog posts
  • Story #2 - Display posts based on category
  • Story #3 - Display posts based on tag
  • Story #4 - Search posts
  • Story #5 - Display the details of a single post
  • Story #6 - Display the post categories in a widget
  • Story #7 - Display the post tags in a widget
  • Story #8 - Display the latest posts in a widget

More work needs to be done!

Code hosted in Bitbucket

The source code is hosted in Bitbucket and you are free to fork it but additonal contributor is not required at this moment as I want to go through the tutorial myself.

Have a question?

if you faced any issue following the tutorial, I will more than happy to disucss and help.

Comments