
Channel 9 Coding4Fun - MissionControl - A Flexible API for Remote Device Control
In a race to optimize everything, developers often go to extremes to...
0 replies - 526 views - 05/15/13 by Greg Duncan in Articles

I have created a wrapper class to simplify my work with REST API. I assume that you will be using a web application. First step is to create an...
0 replies - 2320 views - 05/01/13 by Prashant Khandelwal in Articles

StrathWeb - Hosting ASP.NET Web API in LinqPadToday I stumbled upon an interesting Stackoverflow question, where the user was asking how to go...
0 replies - 941 views - 04/08/13 by Greg Duncan in Articles

Bill Gates AMA
If you haven't already done so, you should check out the comments from Bill Gates' AMA. My favorite part was when someone asked...
0 replies - 4096 views - 02/12/13 by Mitch Pronschinske in Articles

If you missed the previous three parts, you can easily find them here:Building an Imgur Client for Windows Phone - Part 1 - Core & Main GalleryBuilding an...
0 replies - 2835 views - 02/04/13 by Den Delimarsky in Articles

Recently I had to tackle a task where I needed to send keystrokes to another application, that are initiated from a .NET Windows app. Obviously, there is a way...
0 replies - 2539 views - 02/01/13 by Den Delimarsky in Articles

In the previous article in the series I talked about how it is possible to load the main gallery images, as well as how to display a small subset of those on...
0 replies - 1754 views - 01/16/13 by Den Delimarsky in Articles

*This article is also part of a 30-day series to help you launch your app. For more information, visit Generation App and challenge yourself and take...
0 replies - 2081 views - 10/16/12 by Alice Pang in Articles

It's been a almost a month how I started to re-implement my continuous delivery application - Candidate. In my previous
post I already mentioned some...
0 replies - 2085 views - 09/11/12 by Alexander Beletsky in Articles

Note: CiviCRM revamped its Scheduled Jobs (cronjobs) system in version 4.1. This snippet applies to post-4.1 code only.
0 replies - 2099 views - 09/11/12 by J Tu in Uncategorized

Once Windows 8 RP was released, the first thing I decided to do
was to inspect the capabilities of the App Store. Specifically, I
wanted to repeat my Zune...
0 replies - 5536 views - 06/04/12 by Den Delimarsky in Articles

Again, I was looking at what kind of HTTP API endpoints I can access
from Windows 8 that will not be protected. As you already know, a lot of
data in...
0 replies - 2836 views - 06/04/12 by Den Delimarsky in Articles

My previous post about Web API content negotiation showed how to add support for new content formats.
As our API may have consumers who prefer query for data...
0 replies - 2316 views - 04/24/12 by Gunnar Peipman in Articles

Introduction
I was playing around this morning with the Bitly API. Like the Dropbox API they use OAuth for authentication. But instead of version 1.0 they use...
0 replies - 2788 views - 04/22/12 by Christophe Geers in Articles

One cool new feature that ASP.NET Web API introduces is support for content negotiation.
Content negotiation is mechanism that allows web server to serve...
0 replies - 3208 views - 04/19/12 by Gunnar Peipman in Articles