Relative Content

Tag Archive for rest

necessary to migrate to Web API from MVC controller

Since the released of Web API, I’ve been wondering whether it’s necessary or helpful to migrate/change MVC controllers to use Web API calls. Since it’s hard to describe code I’ll show an example of what I mean:

necessary to migrate to Web API from MVC controller

Since the released of Web API, I’ve been wondering whether it’s necessary or helpful to migrate/change MVC controllers to use Web API calls. Since it’s hard to describe code I’ll show an example of what I mean:

Rest API and caching data

I have developed an application where you should be able to browse products catalog(READ ONLY) even network access is down no wifi or 3g/lte etc. Clients(windows,ios,android etc) consume the rest api. So far There is a REST api that grabs parts like categories with products and other api call to get preferences etc. This adds logic at client like joining them together something that developers dont like.

Rest API and caching data

I have developed an application where you should be able to browse products catalog(READ ONLY) even network access is down no wifi or 3g/lte etc. Clients(windows,ios,android etc) consume the rest api. So far There is a REST api that grabs parts like categories with products and other api call to get preferences etc. This adds logic at client like joining them together something that developers dont like.

Rest API and caching data

I have developed an application where you should be able to browse products catalog(READ ONLY) even network access is down no wifi or 3g/lte etc. Clients(windows,ios,android etc) consume the rest api. So far There is a REST api that grabs parts like categories with products and other api call to get preferences etc. This adds logic at client like joining them together something that developers dont like.