Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ODATA template in Visual Studio 2010

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

like image 237
Sergej Andrejev Avatar asked Apr 17 '10 15:04

Sergej Andrejev


3 Answers

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.

like image 58
Timores Avatar answered Oct 31 '22 17:10

Timores


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
like image 32
David Silva Smith Avatar answered Oct 31 '22 17:10

David Silva Smith


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.

like image 1
Mohammad Sepahvand Avatar answered Oct 31 '22 17:10

Mohammad Sepahvand