REST.NET - Add REST RPC API to your ASP.NET Application
Posted by: ASP.NET Announcements,
on 29 Nov 2005 |
View original | Bookmarked: 0 time(s)
This is a library for developing a REST API in your web application on the ASP.NET framework.
The source for the library can be found here HeavyMetal REST Library.
What it does
The library essentially will take any class marked with some specific attributes and expose it's methods via REST through your ASP.NET application. I'm not going to go into a description of what REST is, or it's merits over SOAP, I'll leave that for you to research.
Usage of the library is simple. Download and unzip the...