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).
...