views:

420

answers:

2

I'm looking for a list of IoC Containers that support Silverlight. I know that Unity and Ninject work with Silverlight, but I haven't found any information that suggests that other well known containers, like StructureMap, Castle Windsor or Autofac, support Silverlight.

Has anyone used these, or other, containers or compared them with the Silverlight platform in mind?

+1  A: 

Since version 2.1.1, Castle Windsor does.

Krzysztof Koźmic
+4  A: 

List of Silverlight supported IoC containers:
- Ayende's "Building an IoC container in 15 seconds"
- Castle Windsor - You can grab the binary from the RhinoMocks for Silverlight download.
- AutoFac
- Ninject
- Unity

StructureMap and Spring.Net currently do not support Silverlight with shipping binaries.

JustinAngel