带有 ADO.NET 数据服务的 ASP.NET MVC

发布于 2024-09-08 08:15:30 字数 218 浏览 5 评论 0原文

在我正在进行的项目中,我想使用ADO.NET数据服务作为数据访问层。这样我的应用程序的其他部分(除了 ASP.NET MVC 网站)也可以从同一位置访问它。我只是不确定这是否是正确的模型,对于 asp.net mvc 模型,我想尽可能地重用数据服务模型,以及如何将它们装饰为必填字段等。

我开始考虑的其他选项是使用 RIA 服务作为 MVC 站点的后端。

我现在很困惑,任何帮助将不胜感激。

In the project i am working on, i want to use the ADO.NET data services as data access layer. so that other parts of my application (except asp.net mvc web site) could also access it from the same location. I am just not sure if this si the correct model and also for asp.net mvc models I wanted to reuse the data services model, as much as possible and also some how decorate them as required fields etc.

Other option i started looking at was to use RIA services as back end to the MVC site.

I am very confued at the moment and any help would be appriceated.

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

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

发布评论

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

评论(1

放赐 2024-09-15 08:15:30

Have you taken a look into WCF data services?

http://msdn.microsoft.com/en-us/data/bb931106.aspx

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