There are 2 ways to call Web API Rest in MVC4 website as follows;
1. Client Side using Jquery
2. Server Side using controller
I am confusing right now which method I should use .Kindly explain me which method i should use to call Web API in MVC4
Thanks.