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 » .NET (RSS)
Excellent rest met de WebAPI #TechDaysNL
  De PowerPoint slides Excellent rest met de web api from Maurice Beijer En hier staat de bron code.   Enjoy!

Posted by Maurice | with no comments

Filed under: , , ,

Query composition with the ASP.NET Web API
Having the ASP.NET Web API as a REST service returning data is kind of nice but to be efficient on the wire we don’t want to return more data that required only to discard it in the client.   As we have seen in a previous post just returning a collection...

Posted by Maurice | 2 comment(s)

Filed under: , , , ,

Updating data with the ASP.NET Web API
  In the previous blog post I demonstrated how to get started with the ASP.NET Web API and retrieve some products data from the Northwind database. Something that was really easy to do But quite often we want to update data just as much as we want...

Posted by Maurice | with no comments

Filed under: , , , ,

Getting started with the ASP.NET Web API
Some time ago I did a number of blog posts about the beta versions of the WCF Web API . As it turns out the WCF Web API team has moved into the ASP.NET team, a good thing as far as I am concerned, and as a result it is now called ASP.NET Web API . Now...

Posted by Maurice | 1 comment(s)

Filed under: , , , , ,

Getting Started with WCF and Rest material
Thanks everyone for joining in with the DevelopMentor webinar I did last night on Getting Started with WCF and Rest . If you want to take another look at the slides or samples you can download them using the links below: PowerPoint slides . ASP.NET MVC...

Posted by Maurice | with no comments

Filed under: , , , , ,

Wat doe ik met HTML5 op de Microsoft TechDays 2012?
Uiteraard ben ik ook dit jaar weer aanwezig op de Microsoft TechDays 2012 . Voor degene die het gemist hebben de TechDays zijn dit jaar van 15 t/m 17 februari in Den Haag.   Ik doe dit jaar twee sessies: Op vrijdag middag doe ik een sessie over het...

Posted by Maurice | with no comments

Filed under: , , , ,

Building rich HTML5 clients using REST services recording
For those who missed the online event about building JavaScript and HTML5 client for a REST service build using the new WCF Web API the recordings are up. You can download the hi res recording here or download one of the other formats from the main page...

Posted by Maurice | 2 comment(s)

Filed under: , , , , ,

Getting Started with WCF and Rest Services recording
The recording for the webinar I did on October 4th about getting started with REST services and the WCF Web API is available on the DevelopMentor website. You can watch the video stream from here or download the file, even in mobile format, from here...

Posted by Maurice | with no comments

Filed under: , , , , ,

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: , , ,

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: , , , , ,