Tagged Questions
1
vote
1answer
459 views
In Windows 8 will it be possible to use WCF in conjunction with HTML5/JS?
Correct me if I'm wrong but I've heard that communicating with a database in Windows 8 will more than likely be done with WCF when working with C#/XAML.
If this is true then will this also be the ...
4
votes
4answers
401 views
Javascript client - which is likely to be better serverside? WCF or MVC3 controller with restful messages?
I'm looking to write a server side service, which will be accessed from a Javascript/HTML5 client.
The client will likely be sending a bunch of restful messages over HTTPS.
All other things being ...