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 » DevCenter » REST (RSS)
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: , ,

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