Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Small web-framework like Sinatra, Ramaze etc in .NET [closed]

Are there any similar frameworks like Sinatra, Ramaze etc in .NET?

I'm in theory after a framework that let's me create an entire webapp with just one classfile (conceptually) like Sinatra.

I'm going to use it for something work-internal, where ASP.NET MVC is too "big" (and I get confused by it's usage) and I have WebForms up to my ears right now (doing a big webforms based project, currently hating it ;) )

Any suggestions?

Oh, and I need to be able to host it in IIS. I would go for IronRuby with Sinatra, but I can't find a step-by-step tut for setting it up in IIS ;)

like image 388
Christian Wattengård Avatar asked Jan 12 '10 13:01

Christian Wattengård


2 Answers

I just discovered Nancy: https://github.com/NancyFx/Nancy.

This is an introduction from the author blog: http://elegantcode.com/2010/11/28/introducing-nancy-a-lightweight-web-framework-inspired-by-sinatra/

like image 185
NicoGranelli Avatar answered Oct 21 '22 07:10

NicoGranelli


  • SharpLight (F# only)
  • Bistro (especially small controllers when used in F#)
  • Figment (F# only)
  • Frank (F# only)
  • Suave (F# only)
like image 27
Mauricio Scheffer Avatar answered Oct 21 '22 07:10

Mauricio Scheffer