vote up 1 vote down star

I normally use StructureMap.dll (from MvcContrib) for dependency injection in .NET.

Is there an equivalent for Silverlight, or any tools anyone uses? I can do it by hand, obviously, and it's not difficult. But I wondered if there was something formalised like StructureMap but for Silverlight.

flag

2 Answers

vote up 2 vote down check

Ninject does. Some resources:

http://jonas.follesoe.no/YouCardRevisitedImplementingDependencyInjectionInSilverlight.aspx

link|flag
Thanks I'll look into that – joshcomley May 25 at 17:36
After looking into Ninject, it looks like exactly what I'm after so thanks again – joshcomley May 25 at 20:12
vote up 0 vote down

AutoFAC does as well (and is faster than NInject according to benchmarks I've seen).

http://code.google.com/p/autofac/downloads/list

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.