Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What IoC Containers Support Silverlight?

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?

like image 426
Matt Casto Avatar asked Nov 20 '09 19:11

Matt Casto


Video Answer


1 Answers

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.

like image 102
JustinAngel Avatar answered Oct 12 '22 01:10

JustinAngel