I don't see a OData (or WCF data service, or ADO.NET service) template in visual studio 2010. Am I missing something
ODATA template in Visual Studio 2010
Asked Answered
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:
- New Project => Visual C# Templates => ASP.NET Empty Web Application
- Add an item to the new project => Visual C# Templates => ADO.NET Entity Data Model
- Add an item to the new project => Visual C# Templates => Web => WCF Data Service
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.
© 2022 - 2024 — McMap. All rights reserved.