Search code examples
.netruby-on-railsrest

RESTful API Suggestions


I'm about to create an API for a existing .NET application and want to go the RESTful service route. Our backend platform is .NET and MSSQL. I'm hoping for a good blend or scalability combined with clean architecture.

Are there any strong opinions on the best way to implement a RESTful .NET API (WCF, standard ASP.NET, MVC or even HTTP Listener)?

Also any opinions on why NOT to go with .NET or reasons to use something like RoR.


Solution

  • http://www.openrasta.com It is the only .Net framework that will help you learn how to create a REST api. You can do it with other frameworks but unless you have experience building REST apis you will likely be led astray.