views:

148

answers:

1

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

+1  A: 

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.

Timores