Isolated WebApi attribute routing

Attribute routing in ASP.Net WebApi is great and makes routing your controllers quite a bit more elegant than writing routes manually. However one problem I have with it is that it is either “on” or “off” at…

Read this article

Consume Json REST service with WCF and dynamic object response

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.This was my first shot at WCF and though I saw…

Read this article

Uploading files and JSON data in the same request with Angular JS

I decided to write a quick blog post about this because much of the documentation and examples about this seems to be a bit scattered. What this achieves is the ability to upload any number of files w…

Read this article