Hi
I am new to WCF. I am using vs2008. I am learning it from msdn library. I followed the following steps to add WCF Service but ican't find WCF Data Service.
Why can't i find WCF Data Service template in VS 2008
I can only find Ado.net data service. I also want to know the diiference between ado.net data service and wcf data service.
To create the data service
On the Project menu, click Add New Item.
In the Add New Item dialog box, select WCF Data Service.
In the Name field, type NorthwindCustomers, and then click Add.
The NorthwindCustomers.svc file will appear in the Code Editor.
Please help.