I am creating a large ASP.NET MVC3 website. I am going to get into a large database and have many web services. I plan to publish web services publicly down the line as a soothing API that will consume / return JSON or XML.
Would it be better if my web services were a completely independent project and should I use pure WCF for them?
Thanks for any advice.
source
share