ROM 1.0.0.1

dotnet add package ROM --version 1.0.0.1
NuGet\Install-Package ROM -Version 1.0.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ROM" Version="1.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ROM --version 1.0.0.1
#r "nuget: ROM, 1.0.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ROM as a Cake Addin
#addin nuget:?package=ROM&version=1.0.0.1

// Install ROM as a Cake Tool
#tool nuget:?package=ROM&version=1.0.0.1

Resources Over MVC (ROM) provides a set of attributes and extensions to allow you to simply introduce RESTful features to an existing web site or create a REST based web service from scratch, on top of the familiar ASP.Net MVC.
ROM is not meant to be prescriptive about what constitutes a RESTful web service; there are plenty of opinions out on the web regarding that matter! In fact it was deliberately not called "Rest Over MVC" to avoid the assumption that using this assembly would magically mean your web service was RESTful. For that you will need to do some reading around, design your resources and decide what you think constitutes a RESTful web service.
Hopefully you'll find that the set of helper attributes and extensions in this assembly are not too opinionated, but you should be able to use them to provide the following features:
- Serve and receive multiple representations of resources (e.g. XML and JSON)
- Support different encodings
- Support a constrained number of methods
- Allow representations to include hyper links
- Overload the POST method
Obviously, as this approach is based on ASP.Net, it is providing a web service over the HTTP protocol, so it does make use of standard:

- HTTP headers

- HTTP methods

- HTTP status codes

If you want to look into some of the history of the code I described the initial development on the Shoulders of Giants blog.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.1 2,587 11/10/2011
1.0.0 1,478 11/4/2011
0.1.0 1,461 10/29/2011