Browse by Tags
All Tags »
REST (
RSS)
You can download the slide from my session on Building rich HTM 5 clients using REST services here and the sample application using the WCF Web API here . The slides are also available on SlideShare . Building rich HTML 5 clients using REST services View...
You can download the demos and slides from the “Getting started with REST services and the WCF Web API” webinar. Slides Demos Or watch the slide on SlideShare here . Don’t forget about part 2 on “Building rich HTML 5 clients using REST services...
In a normal language like English we use verbs all the time to describe what we are doing. So I guess the designers of the HTTP specs must have thought why not do the same with the HTTP protocol. And that makes perfect sense. In the HTTP spec these are...
When we build services, or write any code for that matter, error can occur and we have to cater for those. With SOAP service we gibe a calling application information about the error by returning a SOAP fault. This SOAP fault is just another piece of...
Sorry Dutch language only. Mijn artikel over het ontwikkelen van REST services met de WCF Web API is nu online. Het is hier te vinden. Enjoy! www.TheProblemSolver.nl www.dotnetevents.nl
A reader posted a question in my blog post about REST services and URL’s about modeling search and login as a resource. As this is an important concept I decided not to add a comment but write another blog post about this. About using http://localhost...
When designing and building REST services the URL’s used take on a rather important part. So it pays to think a lot about the URL structure up front. Basically a URL is used to identity a recourse. So it kind of behaved like a primary key in a...
The term REST originated with Roy Thomas Fielding in his paper on Architectural Styles and the Design of Network-based Software Architectures . In this paper he described a way to leverage the basic principles behind the web and apply those to business...
I recently did a few blog posts showing the basics of how to get started with the WCF Web API but before I continue I think it is best to start with the why instead of how . A lot of people will be familiar with writing SOAP style services but not everyone...
Warning: This post is based on a prerelease version of the WCF Web API In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. Now that works but it is far more likely that you will want to...
Warning: This post is based on a prerelease version of the WCF Web API In my previous blog post I showed how to get started with the new WCF Web API but one thing I skipped is how to install and add it to your project first. So in post I am going...
Warning: This post is based on a prerelease version of the WCF Web API When designing services the REST style is becoming more and more popular. Not that REST is anything new, it has been around for some time. The fact that WCF supports REST services...
More Posts
« Previous page