vote up 5 vote down star
2

Does anyone know if there is a .NET library/API similar to Ruby's Sinatra?

Just wondering since with the new Routing API in ASP.NET MVC, WCF and .NET 3.5, it seems like a possibility.

flag

3 Answers

vote up 2 vote down check

It seems that the Martin framework is inspired by Sinatra, but it is not a port. It does use the new routing API that you mentioned though.

link|flag
Thanks, Martin sounds good. I'll have to dig in and see. – Kenny Sep 14 at 1:17
vote up 0 vote down

You may also want to check out OpenRasta. It is a nice, clean REST framework. I don't know if it uses the MS routing libraries or not, but from what I can tell it's routing syntax is very similar, if not identical. Also, it looks like IronRuby is capable of running Sinatra and Rack now, and the IronRuby website has instructions for getting it up and running, so an alternative may not be required if you want to run Sinatra in a .NET environment.

link|flag
Will do Nathan...I've looked at OpenRasta briefly in the past and my impression was that it wasn't as simple and clean as Sinatra seems. IronRuby seems to be still baking...but a good point. Thanks. – Kenny Oct 3 at 14:41
Well, OpenRasta isn't quite the same as Sinatra - there definitely are more moving parts if you use it as intended. IronRuby isn't totally finished but it is pretty close to a 1.0 I believe, and I was able to get the latest version of Sinatra running in about 10 minutes. The IronRuby site has instructions on hosting Rack in IIS, so I think there is a good chance you could start writing production Sinatra apps today if you wanted to. I don't think you'll find a native .NET project that is straightforward or un-opinionated as Sinatra, due to language and culture differences. – Nathan Oct 3 at 19:08
If there's things you find too complicated on OpenRasta, we'd love the feedback. – serialseb Oct 22 at 23:54
vote up -1 vote down

Try DNN at http://www.dotnetnuke.com/

link|flag
I have seen it. Way heavy man. – Kenny Sep 14 at 10:13
I can't even begin to fathom how DNN could be compared to Sinatra. – Nathan Oct 3 at 2:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.