Wednesday 12 September 2012

An Introduction to testing with the Model-View-Presenter pattern for Web Forms Development: Article on Developer Fusion


 I am excited to announce that my article on An Introduction to testing with the Model-View-Presenter pattern for Web Forms Development is published on Developer Fusion

The article covers the following:
  • The reasons why a Web Forms application is less testable
  • Needs of an enterprise application
  • Importance of separation of concerns
  • Difference between MVP and MVC
  • Splitting functional logic of a page across several independent units
  • Using Repository pattern to create the Model
  • Test driving the process of creating presenters
  • Writing fake classes to pass the unit tests


Hope you will enjoy reading the article as much as I did while writing it :).

Happy coding!

No comments:

Post a Comment

Note: only a member of this blog may post a comment.