谁能推荐一个用于 ASP.NET 2.0 Webforms 的 IoC 容器?

发布于 2024-09-28 00:23:40 字数 86 浏览 5 评论 0 原文

正如标题所示,我正在寻找与 ASP.NET 2.0 Webforms 应用程序一起使用的 IoC 容器的建议。我相信某些容器只是 .NET3.5 或更高版本。

As the title says, I'm looking for recommendations for an IoC container to use with an ASP.NET 2.0 Webforms app. I believe that some containers are .NET3.5 or newer only.

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

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

发布评论

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

评论(3

烟燃烟灭 2024-10-05 00:23:41

我会推荐Ninject - 使用网络扩展

虽然它使用 3.5,但我认为它可以在您的 2.0 网站中工作。

您在实际机器上需要 3.5,但只有一个运行时版本执行该应用程序。 - .NET框架v2.0。

这个博客再次使用 3.5 表单,引导您完成以下步骤:应该仍然适合你。

I would recommend Ninject - using the web extensions.

Although it uses 3.5 I think it will work in your 2.0 website.

You'll need 3.5 on the actual machine, but there is just one runtime version executing the app. - .NET Framework v2.0.

This blog, again using 3.5 forms, takes you through steps that should still work for you.

迷鸟归林 2024-10-05 00:23:41

我经常使用 Spring Framework.NET 并且对它非常满意,但我还没有将它与 ASP 一起使用。网。它有一个针对 .NET 2.0 的版本,甚至还有一个针对 .NET 1.1 的版本!

I've used Spring Framework.NET a lot and been very happy with it, but I haven't used it with ASP.NET. It has a release for .NET 2.0, and even has one for .NET 1.1!

情痴 2024-10-05 00:23:41

我使用 StructureMap 2.0。

我不确定最新版本是否仍然兼容,但我用过的版本非常棒。

I used StructureMap with 2.0.

I'm not sure if the latest version is still compatible, but the version I used back was just great.

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