Visual Studio 2010 中的 ODATA 模板
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您创建一个新的 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.
这些是您需要的模板:
These are the templates you need:
您可以安装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.