views:

108

answers:

2

Hi,

I'm having a hard time finding books (eBook or hard copy) on any dependency injection frameworks.

I'd really love one on Ninject but I can't seem to find any, not even for the popular Windsor Castle.

+3  A: 

The only books I've seen are Dependency Injection (uses Java frameworks, but may still be useful for concepts) and Dependency Injection in .NET, which is in early access. I'm looking forward to the latter as it has chapters on specific frameworks, including Autofac (the IoC container I use), but strangely, not Ninject.

adrift
A: 

I like book by Dhanjee R Prasanna

Here is the link on Amazon

2nd , Read About Unity Frameweork

3rd - Refer to this site by Martin Fowler

Martin Fowler

4th - Download CAB framework written by CodePlex guys , it's StockTrader Application is a very good starting point.

But personally , i would say book By Dhanjee is really very good.

saurabh