Eugene Tolmachev
Eugene Tolmachev

Reputation: 831

REST with hypermedia frameworks for .NET

Looking to start a web API project and wondering which of the (two?) frameworks would allow me to go further in Richardson Maturity Model with the least amount friction.

Perhaps a link to a HOWTO?

Upvotes: 1

Views: 991

Answers (1)

Pablo Cibraro
Pablo Cibraro

Reputation: 3959

You can apply many of the practices mentioned by Richardson in almost all the existing HTTP oriented frameworks like ASP.NET Web API, NancyFX or ServiceStack to name a few. Here is an article I wrote describing how to build hypermedia services with ASP.NET Web API

http://msdn.microsoft.com/en-us/magazine/jj883957.aspx

Upvotes: 4

Related Questions