Hi,
Is their any IoC controllers available that will work on .NET Compact Framework?
From stackoverflow
-
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.
-
Here's a new one: Funq. Also check out the making-of screencasts.
-
There's also one available here.
0 comments:
Post a Comment