IOC Container that can target .NET Framework Client Profile?
Posted
by Rox Wen
on Stack Overflow
See other posts from Stack Overflow
or by Rox Wen
Published on 2010-06-16T13:38:51Z
Indexed on
2010/06/16
13:42 UTC
Read the original article
Hit count: 235
On our current WPF project, we've been performing dependency injection using the Ninject IOC tool.
We want to target the .NET Framework Client Profile for a better download/install experience. The problem is that Ninject seems to reference libararies such as System.Web which are NOT in the Client Profile.
Can anyone recommend an IOC container that can target the .NET Framework Client Profile (3.5 or 4) ?
© Stack Overflow or respective owner