By tag: REST
0
kicks
IDDD Tour notes (2/2)
This is the second and last part of my notes I scribbled down attending the IDDD Tour.
0
kicks
First IronMQ impressions
IronMQ is a RESTful queue in the cloud. In this post, I share my impressions after playing with it for a while.
0
kicks
Experiences Implementing an API in WebAPI
A series of 9 blog posts covering the experiences of implementing an API for an existing .Net application using Microsoft's ASP.Net Web API - parts in the series include:
* Links in models, absolute URI generation and JSON rewriting.
* Implementation of Expand support and the process of mapping ...
0
kicks
Windows Phone 7.1 + MicroFramework
Windows Phone 7.1 + MicroFramework (How use a windows phone device as remote control of a Fez Panda II/MicroFramework board - there is also a video on youtube).
0
kicks
Securing WCF REST services for smartphone clients
Discussion of the authentication methods that can be used for REST services, and the presentation of the WcfRestAuth framework.
0
kicks
Realtime Related Tweets Bar: Another jQuery Plugin
With all the buzz lately about Twitter real-time search. Why don't you add a real-time tweets bar related to your posts from your twitter timeline or from anybody or even limit it by a geocode coordinates!
0
kicks
REST for ASP.NET MVC SDK
Earlier this week, Phil Haack did a post on the newly released REST for ASP.NET MVC SDK. I had the feeling though that this post did not really get the attention it deserved. I do not have the idea my blog gets more visitors than Phil’s, but I’ll try to give the SDK some more attention by blogging a...
0
kicks
Retrieving data from a REST based service using C
A short overview on how you can retrieve data from a REST based service using C#.
0
kicks
Posting data to a REST service using C#
Taking a look at how you can post data to a REST service using C#.
0
kicks
Building JSON,XML REST API using WCF services
Quick tutorial how to create and configure WCF REST API service
0
kicks
Gearing up WCF services to be “RESTful”
I know all you buzz-word kids want me to use words like ‘zen’ and ‘art’ and things like that, heck all this talk of RESTful services is already set enough confusion into peoples minds. But however I decided to take a lunge deep into WCF and investigate what can be done to make such services “RESTfu...
0
kicks
20,000 Fathoms Deeper into REST for WCF…
As I and many others continue venturing deeper into the hard decision making process and for in the road between REST and SOAP I have came across another great blog post...
0
kicks
Building Super-Scalable Web Systems with REST
I’ve been consulting with a client who has a wildly successful web-based system, with well over 10 million users and looking at a tenfold growth in the near future. One of the recent features in their system was to show users their local weather and it almost maxed out their capacity. That raised ce...
0
kicks
VS 2008 SP1: Add Reference to ADO.Net Data Service
Not a log time ago, when Visual Studio 2008 SP1 Beta was released, I updated my ADO.Net Data Services series to the SP1 bits. In my post Visual Studio 2008 SP1: Querying an ADO.Net Data Service via .Net Client I showed how to use datasvcutil.exe to generate the client side classes in order to consum...
0
kicks
REST Services and Metadata Endpoints in WCF
Exposing documentation for REST based services in WCF