Posts Tagged ‘Decorator Pattern’

WCF Tutorial

Wednesday, August 12, 2009 10:09 No Comments

The following is a relatively simple address lookup service that illustrates how to create a loosely coupled WCF service with commonly accepted best practices: SRP; Repository Pattern; Service Layers; and Dependency Injection. The first step is to identify the data that will need to be exchanged by the service.  Often, it will be necessary / [...]

This was posted under category: HowTo Tags: , , , , , ,