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 » WebAPI » REST (RSS)
Unit testing a ASP.NET WebAPI controller
One of he goals of the ASP.NET WebAPI is to make REST style API controllers more testable than more traditional WCF services where in the past. For the most part that is true but there are cases where an ApiController depends on the actual incoming request...

Posted by Maurice | 9 comment(s)

Filed under: , ,

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

DotNed podcast: Matt Milner over REST, de ASP.NET Web API en meer
In deze podcast spreekt Maurice de Beijer met Matt Milner over zijn TechDays presentaties. Ze hebben het onder meer over REST service en waarom je die wil gebruiken ipv SOAP services. Daarnaast komt Windows Workflow Foundation aan bod en wat daar allemaal...

Posted by Maurice | with no comments

Filed under: , , , , ,

Demos and slides from my HTML5 and REST presentation in Belgium last week
  HTML5 & rest services View more PowerPoint from Maurice Beijer You can download the ASP.NET WebAPI demo here and the SignalR demo here .   Enjoy!   TheProblemSolver DotNetEvents

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

Client side support with the ASP.NET Web API
With REST there is not a lot required on the client as far as sending requests goes. As long as you can send HTTP GET requests you are good to go and there are very few programming stacks that don’t allow for some form of doing that. Of course just doing...

Posted by Maurice | with no comments

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