up vote 7 down vote favorite
share [g+] share [fb]

Is their any IoC controllers available that will work on .NET Compact Framework?

link|improve this question

73% accept rate
feedback

4 Answers

Ninject is a dependency injection framework that has a compact framework version.

However, in a constrained environment I would avoid using a framework and implement the inversion of control principles in my code instead.

link|improve this answer
feedback

There's also one available here.

link|improve this answer
feedback

Here's a new one: Funq. Also check out the making-of screencasts.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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