Tagged Questions
2
votes
2answers
523 views
How to structure a project that supports multiple versions of a service?
I'm hoping for some tips on creating a project (ASP.NET MVC, but I guess it doesn't really matter) against multiples versions of a service (in this case, actually multiple sets of WCF services).
...
2
votes
2answers
253 views
Best way to expose a data-oriented service
I'm currently tasked with writing a wcf service that, for now, will only used inside the company network, the problem is that I'm not sure how I should handle the operations it exposes.
The software ...
5
votes
1answer
970 views
How do you protect your WCF service?
sometimes a programmer comes up with a brilliant idea to protect his/her webservice created with Windows Communication Foundation.
I would like to hear from you guys, which techniques do you use to ...