Visual Studio 2010 中的 ODATA 模板

发布于 2024-08-29 09:53:34 字数 77 浏览 7 评论 0原文

我在 Visual Studio 2010 中没有看到 OData(或 WCF 数据服务或 ADO.NET 服务)模板。我是否遗漏了某些内容

I don't see a OData (or WCF data service, or ADO.NET service) template in visual studio 2010. Am I missing something

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

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

发布评论

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

评论(3

め七分饶幸 2024-09-05 09:53:34

如果您创建一个新的 ASP.NET 应用程序,您可以向其中添加一个 WCF 数据服务,这应该就是您所需要的。

If you create a new ASP.NET application, you can add to it a WCF Data Service, which should be what you are looking for.

情栀口红 2024-09-05 09:53:34

这些是您需要的模板:

  1. 新建项目 => Visual C# 模板=> ASP.NET 空 Web 应用程序
  2. 将一项添加到新项目 => Visual C# 模板=> ADO.NET 实体数据模型
  3. 将一项添加到新项目 => Visual C# 模板=>网页 => WCF数据服务

These are the templates you need:

  1. New Project => Visual C# Templates => ASP.NET Empty Web Application
  2. Add an item to the new project => Visual C# Templates => ADO.NET Entity Data Model
  3. Add an item to the new project => Visual C# Templates => Web => WCF Data Service
顾挽 2024-09-05 09:53:34

您可以安装OData 的 WCF 数据服务。执行此操作将在 VS2010 的 Web 选项卡下添加 WCF 数据服务(用于 OData)模板。

You can install WCF Data Services for OData. Doing this willl add a WCF Data Service (for OData) template under the Web tab of VS2010.

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