I am trying to bend my mind around WCF and Dependency Injection is a point that confuses me a bit.
My question is basically: Does WCF support Dependency Injection out of the box, or does one have to rely on some external framework for that?
If there is a way to do this using nothing but WCF, could you give me a link to a simple example?