ODATA template in Visual Studio 2010
Asked Answered
B

3

8

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

Bainter answered 17/4, 2010 at 15:21 Comment(0)
Y
7

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.

Yoo answered 17/4, 2010 at 15:40 Comment(0)
Y
3

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
Yardmaster answered 27/8, 2011 at 2:25 Comment(0)
A
1

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.

Alleyn answered 26/9, 2012 at 10:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.