I am looking for a case study or tutorial on how to take an existing .NET app which doesn't use interfaces and refactor it to using interfacing. The before case where programming was against implementation to programming against interfaces.
I am looking for a full app with source code which has gone through this process. I am not looking for little examples or little code samples but an app that was redesigned for loose coupling. Again.. I want the before and after source code.