Is their any IoC controllers available that will work on .NET Compact Framework?
他们的任何IoC控制器是否可用于.NET Compact Framework?
4 个解决方案
#2
The OpenNETCF IoC framework supports the Compact Framework (as a first-class citizen), the full desktop framework, Mono for Android, MonoTouch and Windows Phone. It's also still active, with updates and fixes still being applied which can't be said about all of the other "CF supporting" frameworks.
OpenNETCF IoC框架支持Compact Framework(作为一等公民),完整的桌面框架,Mono for Android,MonoTouch和Windows Phone。它仍然处于活动状态,仍在应用更新和修复程序,这些都不能说明所有其他“CF支持”框架。
#3
Ninject is a dependency injection framework that has a compact framework version.
Ninject是一个依赖注入框架,具有紧凑的框架版本。
However, in a constrained environment I would avoid using a framework and implement the inversion of control principles in my code instead.
但是,在受限制的环境中,我会避免使用框架并在我的代码中实现控制原则的反转。
#1
#2
The OpenNETCF IoC framework supports the Compact Framework (as a first-class citizen), the full desktop framework, Mono for Android, MonoTouch and Windows Phone. It's also still active, with updates and fixes still being applied which can't be said about all of the other "CF supporting" frameworks.
OpenNETCF IoC框架支持Compact Framework(作为一等公民),完整的桌面框架,Mono for Android,MonoTouch和Windows Phone。它仍然处于活动状态,仍在应用更新和修复程序,这些都不能说明所有其他“CF支持”框架。
#3
Ninject is a dependency injection framework that has a compact framework version.
Ninject是一个依赖注入框架,具有紧凑的框架版本。
However, in a constrained environment I would avoid using a framework and implement the inversion of control principles in my code instead.
但是,在受限制的环境中,我会避免使用框架并在我的代码中实现控制原则的反转。