Compact Framework 2.0 上的控制反转

发布于 2024-11-28 22:50:46 字数 141 浏览 1 评论 0原文

我一直在“谷歌搜索”有关 Compact Framework 上的控制反转的信息,但大多数解决方案都适用于 3.5 版本。

总结:我需要一个在 Compact Framework 2.0 上工作的轻量级、简单的控制反转容器。

先感谢您。

I've been "googling" around about inversion of control on Compact Framework but most of solutions will work on 3.5 version.

Summarizing: I need a light-weight, simple inversion of control container working on Compact Framework 2.0.

Thank you in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

初相遇 2024-12-05 22:50:46

看起来,大多数 IoC 容器的当前版本不再支持旧版本的 .net 框架(和 Compact Framework)。

您可能会侥幸使用旧版本。
例如,Ninject 下载页面 表明 Ninject 1.5 可在 CF 2.0 上运行:

旧版本(版本 1.5)

对 3.5 之前的 .NET Framework 版本的支持
Ninject 2.0 中已停止使用。如果您需要向后兼容,您
仍然可以使用Ninject 1.5。不过这个版本只接收
关键错误修复,所有新开发都在
Ninject 2.0 代码库。请仅在需要时使用此功能!

二进制文件:

As it seems, the current versions of most IoC containers don't support old versions of the .net framework (and the Compact Framework) anymore.

You might get away with using older releases.
For example, the Ninject download page says that Ninject 1.5 works on CF 2.0:

Older Version (version 1.5)

Support for versions of the .NET Framework prior to 3.5 was
discontinued in Ninject 2.0. If you need backwards compatibility, you
can still use Ninject 1.5. However, this version is only receiving
critical bug fixes, and all new development is being done on the
Ninject 2.0 codebase. Please only use this if you need to!

Binaries:

寄居者 2024-12-05 22:50:46

还有另一个不错的解决方案:Codeplex 上的 OpenNETCF.IoC Framework

There is also another decent solution: OpenNETCF.IoC Framework on codeplex

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文