8 people following this project (follow)

Project Description
Restful Objects for .NET is an implementation of the Restful Objects specification for the .NET platform, and running as a service under IIS. The framework will create a complete restful API to a domain object model, which may then be consumed by a client application running on any platform.

Download the Restful Objects specification from http://restfulobjects.org.

Beta version now available as package on the NuGet public feed

The package is now on the public NuGet feed, but as it is a beta you will need to install it via the Package Manager Console (it won't be visible via the NuGet Package Manager). Create a new MVC4 project then in the Package Manager Console (make sure you have NuGet 1.6) type:
PM> install-package restfulobjects.server -pre

Screencasts

1. A very simple 'code first' example
2. A more complex example using the AdventureWorks database

Last edited Mar 26 at 3:02 PM by RichardPawson, version 30