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 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
Happy coding!
No comments:
Post a Comment
Note: only a member of this blog may post a comment.