Tagged Questions
2
votes
3answers
920 views
Why should I use interfaces if the implementation will mostly stay the same? [duplicate]
Possible Duplicate:
Why are interfaces useful?
In our company we have a service oriented architecture in our asp.net application. We use interfaces for every crap class. Its a huge ...