Is their any IoC controllers available that will work on .NET Compact Framework?
|
feedback
|
|
| |||
|
feedback
|
|
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. | |||
|
feedback
|
|
There's also one available here. | ||||
|
feedback
|