用于数据访问的 ASP.NET 提供程序模型

发布于 2024-07-27 01:03:24 字数 104 浏览 7 评论 0原文

刚刚引入 ASP.NET 提供程序模型作为一种潜在的数据访问技术。 我自己的想法是使用 LINQ 存储库,但希望保持开放的态度。

有什么想法吗?

谢谢

Just been introduced to the ASP.NET Provider Model as a potential data-access technology. My own idea is to use LINQ repositories, but want to keep an open mind.

Any thoughts?

Thanks

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

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

发布评论

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

评论(1

梦里南柯 2024-08-03 01:03:24

ASP.NET 是 .NET 的 Web 框架,与数据访问无关。

它确实将提供者模型用于许多功能,包括成员资格。 也许您将其与数据访问混淆了?

如果您有兴趣使用提供程序模型在编译后使用不同的实现来切换存储库,则需要查看依赖注入/控制反转框架,例如 MS 的 Unity。

ASP.NET is the web framework for .NET, and has nothing to do with data access.

It does use the provider model for many functions, including membership. Perhaps you're mixing this up with data access?

If you're interested in using the provider model for switching out your repository after compile time with different implementations, you need to look at Dependency Injection/Inversion of Control frameworks such as MS' Unity.

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