Top "Openrasta" questions

OpenRasta is an open-source MVC framework that can run on .net 2.0 and above, built from the ground-up to enable ReSTful scenarios.

IIS 7.5 + enable PUT and DELETE for RESTFul service, extensionless

i am trying to understand how IIS 7.5 handles POST and PUT request. I am writing a RESTful service using OpenRasta …

iis put openrasta
How to support Partial Updates (PATCH) in REST

I want to implement the partial updates for my resource as i have large resource and want to update the …

rest patch partial openrasta