Posted on: 8/5/2014 9:09:30 PM | Views : 416

I have been using Web Pages, and MVC up to now.
At client side i have standard pages with server round-trips, and some newer apps have a "feeling" of responsiveness by having partial views returned form a jquery ajax call within a page.
The last approach works quite well... BUT!
The applications are becoming too many in our intranet and i am thinking of creating a central API-center-application that will facilitate all applications (web,winforms,console).
I already have separation of my business and data access by having separate project-layers, so i would say that i will not rewrite a lot of business logic.
My trouble is to how to proceed.
I would like to focus only to Web API but that would leave me with questions as to how to support existing applications that i dont want to rewrite right now, and also to cover as i learn Web API on the way.
I respect and i understand RESTful approach and logic and i think that b ...

Go to the complete details ...