The Code Junkie's blog » Integrating WCF with your favorite IoC(thecodejunkie.com)
submitted by
thecodejunkie(45) 2 years, 10 months ago
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: Web Services
|Views: 19
tags:
WebServices another
Everyones tags:
Your Tags: