Strategy for wiring up events?

Posted by Jeffrey Cameron on Stack Overflow See other posts from Stack Overflow or by Jeffrey Cameron
Published on 2010-06-09T17:00:48Z Indexed on 2010/06/10 17:42 UTC
Read the original article Hit count: 185

Filed under:
|
|
|

I'm using Ninject (1.5 ... soon to be 2) and I'm curious how other people use Ninject or other IoC containers to help wire up events to objects? It seems to me in my code that I'm doing it herky-jerky all over the place and would love some advice on how to clean it up a bit.

What are people doing out there to manage this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET