In this series of blog entries, I build an entire ASP.NET MVC Forums application from start to finish. The goal is to discover and promote best-practices for building applications with the ASP.NET MVC framework. In this first entry, I discuss the overall goals for the forums application. I discuss the importance of avoiding code smells and how software design principles and patterns can help you write code that is resilient to future change. I also justify my choice to use test-driven development while building the Forums application. What is Good Software? I don’t want to build just any forums application. The goal is to build the best forums application possible . My modest goal is to build the perfect forums application. This goal immediately...(read more)
Go to the complete details ...