Posted on: 3/11/2015 11:36:17 PM | Views : 651

I need to create a MVC project that calls a WCF service. MVC project needs to only pass data to Service(service is going to connect to database and get data and do all the data manipulation) and then return the result to MVC project. I need to know when I want to start the WCF service, is it any preferences to have a REST or SOAP. Is there any of these services connect better with MVC project? also do you have any tutorial show me how to call a service in MVC.

Go to the complete details ...