Hi,
Is their any IoC controllers available that will work on .NET Compact Framework?
Hi,
Is their any IoC controllers available that will work on .NET Compact Framework?
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.