The fourth part of this article series was all about unit
testing concepts to enable Test-Driven Development in your ASP.NET MVC
applications, which is the primary benefit behind MVC pattern.
I started with an introduction to the importance of unit
testing in MVC pattern and then gave a quick overview of unit testing and its
main goals then stepped into the process that led to build ASP.NET MVC framework.
After that I talked about the necessity of abstractness and isolation in MVC
pattern and how this is achieved in ASP.NET MVC framework.
In this part I did not talk about anything related to KBlog
and left all the applications of these theoretical concepts to the next part.
Having a solid understanding of unit testing concepts should be an important
part of your knowledge when working with MVC pattern and ASP.NET MVC framework.
In the next part of this series, I will unit test
controllers in KBlog to see these theories in action.