I'm just starting out with WCF web services, and I'm having a really hard time finding a very simple tutorial, so I thought I'd ask some questions here.
Here's my setup: I have a WPF desktop application that needs to send data over the internet to a web service on our server.
The way I see it, I have at least these four options:
- I can do New Website --> WCF Service
- or New Project --> WCF Service Application
- or I can add a project to my existing WPF desktop app solution for a WCF Service Application
- or I can add a project for a WCF Service Library
Can anyone tell me which is the best choice, and then maybe point to a tutorial to help me get started along that route?