DCSIMG

I'm on a mission from God object

Yaniv Rodenski

News



Oredev Hadoop Azure

QCon new-york Hadoop Azure

NDC Hadoop Azure

View Yaniv Rodenski's LinkedIn profileView Yaniv Rodenski's profile

Browse by Tags

All Tags » testability » TDD (RSS)
Improve WCF services testability with simple Dependency Injection
Dependency injection is a great technique to reduce coupling between components and improve testability. There are few techniques we can create dependency injections, you can use a framework like MEF or spring to Automate dependency injection but I personally favor manually injected dependencies . call me old fashion, but I like creating object via simple constructor calls (most of the time). This is really straight forward most of the time but when dealing with WCF services there is a slight complexity...