.NET Restful WCF Http Web Service for use with ASP.NET MVC3 and everything else

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.

+3
source share
2 answers

Of course, I would have thought that the Services project should be separated from the website project.

, WCF HTTP, OpenRasta .NET MVC.

+3

All Articles