可以针对 .NET Framework Client Profile 的 IOC 容器?

发布于 2024-09-05 21:23:16 字数 225 浏览 9 评论 0原文

在我们当前的 WPF 项目中,我们一直在使用 Ninject IOC 工具执行依赖项注入。

我们希望以 .NET Framework Client Profile 为目标,以获得更好的下载/安装体验。问题是 Ninject 似乎引用了 System.Web 等不在客户端配置文件中的库。

谁能推荐一个可以针对 .NET Framework Client Profile(3.5 或 4)的 IOC 容器?

On our current WPF project, we've been performing dependency injection using the Ninject IOC tool.

We want to target the .NET Framework Client Profile for a better download/install experience. The problem is that Ninject seems to reference libararies such as System.Web which are NOT in the Client Profile.

Can anyone recommend an IOC container that can target the .NET Framework Client Profile (3.5 or 4) ?

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

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

发布评论

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

评论(2

—━☆沉默づ 2024-09-12 21:23:16

Autofac 支持 3.5 和 4.0 客户端配置文件。

Autofac supports both 3.5 and 4.0 Client Profile.

不奢求什么 2024-09-12 21:23:16

尝试真正轻量级且简单的 Funq DI 容器。它最初是为移动应用程序块创建的,所以我相信它适合您的目的。 (或者至少是 lambda 上的 DI 容器的想法)

Try really lightweight and simple Funq DI container. It was initially created for the Mobile Application Blocks, so I believe it would be suitable for your purposes. (or at least idea of DI container on lambdas)

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