I am new to MVC4 - WebApi. I am just thinking of implementing WebApi in my existing MVC Application.
In the Existing MVC4Application I would like to add Controller Class which derives from ApiController class. This new controller actions will be called across all the pages to return data.
Is that possible?