vote up 5 vote down star

Hi,

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

flag

4 Answers

vote up 3 vote down check
link|flag
vote up 3 vote down

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|flag
vote up 1 vote down

There's also one available here.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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