3
Everyone tells me to create a REST and not SOAP. I know I’ll only get it well doing.
I picked up an old project at the company where I’m with a web service in the same project.
As I’m using MVC, I went to create a web service and came across two situations: or I start a new website (A new project in the Solution); or I add a new item (WCF) and create a web service (WCF) in the same project.
I confess I cannot distinguish this difference well, if there is one. What should I really do? Is there a right or more advantageous way to use one approach over the other?
Solution is only a logical grouping of projects, which Visual Studio uses, is similar (not equal) to Eclipse’s Workspace;
– Fernando Leal