Building a StackOverflow inspired Knowledge Exchange Three Tiers to MVC – Hooray – Dependency Inject
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Fri, 13 Nov 2009 00:00:00 GMT
Indexed on
2010/03/07
23:28 UTC
Read the original article
Hit count: 1152
Filed under:
In this article we will address the lack of testability that our current application has. We will do this by making our application conform to the dependency injection pattern. This will allow us to push up all of our dependencies which makes our code considerably more testable than it currently is.
© Dot net Slackers or respective owner