show/hide this revision's text 8 improved formatting

Most of the examples quoted for usage of Dependency Injection, we can solve using the factory pattern as well. Looks like when it comes to usage/design the difference between dependency injection and factory is blurred or thin.

Once someone told me that its how you use it that makes a difference!

I once used StructureMap a DI container to solve a problem, later on I redesigned it to work with a simple factory and removed references to StructureMap.

Can anyone tell me what is the difference is between them and where to use what, whats the best practice here?

    Post Made Community Wiki by Community

show/hide this revision's text 7 improved formatting

Most of the examples quoted for usage of Dependency Injection, we can solve using the factory pattern as well. Looks like when it comes to usage/design the difference between dependency injection and factory is blurred or thin.

Once someone told me that its how you use it that makes a difference. !

I once used StructureMap a DI container to solve a problem, later on I redesigned it to work with a simple factory and removed references to StructureMap.

Can anyone tell me what the difference is between them and where to use what, whats the best practice here?

show/hide this revision's text 6 improved formatting
show/hide this revision's text 5 improved formatting
show/hide this revision's text 4 improved formatting
show/hide this revision's text 3 improved formatting
show/hide this revision's text 2 retagged
show/hide this revision's text 1