Tagged Questions
0
votes
0answers
29 views
Is there a case study on refactoring an existing .NET app to use interfaces? [duplicate]
Possible Duplicate:
Case study on refactoring an existing .NET app to use interfaces?
I am looking for a case study or tutorial on how to take an existing .NET app which doesn't use ...
-1
votes
1answer
70 views
Case study on refactoring an existing .NET app to use interfaces? [closed]
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 ...