user487779
user487779

Reputation: 675

Recommended v2 resource for the Activation Process in Ninject

Have been reading the documentation on Ninject and the Activation Process was changed in v2 and there is no supporting documentation at present. Can someone suggest a good resource?

Upvotes: 1

Views: 76

Answers (1)

Jeff
Jeff

Reputation: 2281

I've gained a lot of insight by browsing the source code on GitHub, in particular the unit tests covering the aspect you're interested in.

Often times you'll see similarities in the scenarios covered by whatever wiki documentation exists and the unit tests there - not sure which is the chicken and which is the egg, but it's there.

Also, browsing questions answered by Remo Gloor, Ruben Bartelink and Ian Davis, filtered by any of the Ninject-related tags has been very helpful for me.

Can you specify a particular scenario in the activation process change that you're interested? You're more likely to get a focused answer to a question like that, which could help to reach broader understanding of what's changed...

Upvotes: 1

Related Questions