7
shouts

The Code Junkie's blog » Integrating WCF with your favorite IoC

posted by http://selfinflicted.myopenid.com/http://selfinflicted.myopenid.com/ 259 days, 20 hours, 23 minutes ago
Thursday, July 02, 2009 9:18:29 PM GMT

A while back I was working on a project where I had to implement a Windows Communication Service for authenticating users. Internally the service was going to use a user repository to validate the provided credentials. I wanted to design the service in such a way that it didn't take a hard dependency on a specific user repository implementation, instead I wanted to make use of the Dependency Inversion Principle to decouple the service's dependency on the user repository.

category: Architecture | clicked: 11 | | source: www.thecodejunkie.com | show counter code
tags: C#, IoC, IoC/DI, WCF