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.
UPDATED: Best answer link is stale so check out Nancy @ https://github.com/NancyFx/Nancy
There is a new framework called Nancy for .NET which is inspired by Sinatra and looks promising. But it is still in a very early state.
You can read more about it here: http://elegantcode.com/2010/11/28/introducing-nancy-a-lightweight-web-framework-inspired-by-sinatra/ and