martin-framework


A Lightweight REST Framework for .NET Inspired by Sinatra and ASP.NET MVC

PLEASE NOTE: Source code has been moved to Github at http://github.com/thegrubbsian/Martin. The Google code repository will be left in place but not kept up to date.

Martin is a lightweight framework for building RESTful services on the .NET platform. Martin is losely inspired by Sinatra in Ruby and ASP.NET MVC on .NET and Mono. Martin offers easy route creation via the new System.Web.Routing namespace in .NET 3.5 SP1 and provides for rapidly mapping URL's + HTTP Verbs to specific action methods.

Project Information