The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Google Ads

This Blog

Syndication

Search

Tags

News





  • View Maurice De Beijer's profile on LinkedIn

Community

Email Notifications

Explore

Archives

Browse by Tags

All Tags » REST (RSS)
Building rich HTML5 clients using REST services
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...

Posted by Maurice | with no comments

Getting started with REST services and the WCF Web API
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...

Posted by Maurice | with no comments

Filed under: , , , , ,

Using HTTP methods in a REST service
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...

Posted by Maurice | 3 comment(s)

Filed under: , , ,

Using HTTP status codes in a REST service
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...

Posted by Maurice | 1 comment(s)

Filed under: , , ,

Ontwikkelen van REST services met de WCF Web API
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

Posted by Maurice | with no comments

Filed under: , , ,

About logins and searches as resources
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...

Posted by Maurice | 2 comment(s)

Filed under: , , ,

REST services and URL’s
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...

Posted by Maurice | 3 comment(s)

Filed under: , , ,

The basics of building a RESTful service
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...

Posted by Maurice | 1 comment(s)

Filed under: , ,

On building Restful services
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...

Posted by Maurice | 2 comment(s)

Filed under: , , ,

Using the WCF Web API in an ASP.NET MVC application
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...

Posted by Maurice | 1 comment(s)

Adding the WCF Web API to a project
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...

Posted by Maurice | 3 comment(s)

Getting started with the WCF Web API
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...

Posted by Maurice | 2 comment(s)

Filed under: , , , , ,

More Posts « Previous page