I want to consume a JSON/ WCF service in asp.net MVC 3 application. Do I need to use Jquery AJAX or I can call service methods directly ? Do I need to create two projects in my solution. One for MVC 3 and One for WCF service ?
Please suggest
I want to consume a JSON/ WCF service in asp.net MVC 3 application. Do I need to use Jquery AJAX or I can call service methods directly ? Do I need to create two projects in my solution. One for MVC 3 and One for WCF service ?
Please suggest