Question

I'm creating a Client Server app over a local network.

The UI will be built with WPF, and the server will expose an Entity Data Model (DBContext) through a WCF Data Service.

I'm a total newbie to WCF and ASP Net, but I know just the basics of the latter, my question is, since I'll have to use ASP Net as the hosting environment for my WCF Data Service, how much of ASP Net do I have to learn first, in order to learn about WCF Data Services?

(I know the basics, I studied Silverlight and when doing so I had to learn the basics of ASP NET)

Rafael

Was it helpful?

Solution

The quickstart starts with this step:

  1. Create an ASP.NET Web application.

And as far as creating a WCF Data Service goes, that is all you'll have to do regarding ASP.NET.

Other ASP.NET / IIS-related things you might be interested in are authentication and various configuration issues, but as soon as you encounter one you can be sure it has been answered here on Stack Overflow.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top