Small web-framework like Sinatra, Ramaze etc in .NET
Posted
by Christian W
on Stack Overflow
See other posts from Stack Overflow
or by Christian W
Published on 2010-01-12T13:46:34Z
Indexed on
2010/04/21
1:43 UTC
Read the original article
Hit count: 426
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 ;)
© Stack Overflow or respective owner