Tag archives for code maintainability c#
Refactoring Interfaces– separating concerns
Interfaces are the starting point for designing any service oriented architecture – whether they be externally facing web services or internally facing local services. Hence, the correct design of interfaces…