Is there a .NET framework similar to Ruby's Sinatra?

后端 未结 5 924
逝去的感伤
逝去的感伤 2020-12-23 17:09

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

5条回答
  •  温柔的废话
    2020-12-23 17:39

    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

提交回复
热议问题