Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • That IHandlerSelector thingy sounds like what I'm looking for, but I'm using Unity for DI, and I don't know if there's an equivalent. I'll have to check that out. Commented Feb 12, 2012 at 20:53
  • No idea. I would avoid Unity if I could. Commented Feb 12, 2012 at 21:48
  • Why's that? I find that I prefer the Property-injection rather than Constructor-injection pattern, and that the container is fairly simple and performant. Commented Feb 12, 2012 at 22:01
  • Well, it's not thread-safe nor has many features; features one needs after the initial meeting... Commented Feb 13, 2012 at 9:20
  • Thread safety is not something I require as I have yet to come across a situation where I need to change the registrations after initialisation. Features, on the other hand, is a good point, but I get the impression they're improving it fairly quickly. Commented Feb 13, 2012 at 10:13