有人能够在 winforms 应用程序中使用 .NET 提供程序模型吗?

发布于 2024-07-23 09:29:15 字数 95 浏览 6 评论 0原文

我见过很多 ASP.NET 的例子,但没有见过 winforms 的例子。 换句话说,使用 app.config 而不是 web.config。 如果不起作用那就太可惜了。

I've seen oodles of examples for ASP.NET, but none for winforms. In other words, using the app.config instead of web.config. It would be a shame if it did not work.

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

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

发布评论

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

评论(2

小巷里的女流氓 2024-07-30 09:29:15

它的工作原理完全相同。 基本提供程序模型是 System.Configuration 的一部分,它抽象(提供程序!)应用程序是通过 app.config 还是 web.config 配置。

It works exactly the same. The base provider model is part of System.Configuration, which abstracts (provider!) whether the application is configured via app.config or web.config.

白日梦 2024-07-30 09:29:15

如果您想使用 ASP.NET 提供程序,请阅读客户端应用程序服务在您的 Windows 应用程序中。

如果您希望在 Windows 应用程序中使用提供者模式,也可以这样做。 我曾经这样做是为了允许在真实扫描仪和假扫描仪之间进行配置(是的,我知道我可以使用 IOC 容器)。

CodeProject 可能有多个提供程序教程 - 这是一个:链接文本

Read about Client Application Services if you want to use ASP.NET providers in your Windows apps.

If you wish to use the Provider Pattern in a Windows app, this can also be done. I once did this to allow configuration between a real scanner and a fake one (yes I know I could of used an IOC container).

CodeProject probably has several provider tutorials- here is one: link text

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