views:

131

answers:

4

Ok so we all of course know of the big two frameworks built atop ASP.Net. Webforms and MVC. Are there any alternatives to these two big and Microsoft-made frameworks?

I believe that OpenRasta had something extremely lightweight which was independent from both, but I'm not sure. Is there anything else like that though?

The reason I ask this is that I've pondered on trying to create a framework independent from both Webforms and MVC and I would like to see how other people approached the problem.

+3  A: 

FubuMVC is another popular (and active) alternative http://fubumvc.com/

Brandon Satrom
+3  A: 

There is Mono Rail, an alternative MVC framework.

And the new microsoft product/project WebMatrix seems to be based on a completely different approach (although I don't know it in detail).

M4N
webmatrix is an ide for web developers
Pierre 303
@Pierre it's more than just an IDE.. it's a whole different framework employing some sort of "razor" syntax for markup. Look at http://www.asp.net/webmatrix/tutorials/create-an-asp-net-website-from-scratch
Earlz
@Pierre: yes that's true, but if I understood correctly, it also contains a new programming "model" for web apps, which is more like classic ASP than ASP.NET or MVC.
M4N
By far the most surprising thing about WebMatrix is it supports PHP. yes @M4N it reminds me a lot of classic ASP
Earlz
can't find anything on that on official page and wikipedia: http://en.wikipedia.org/wiki/ASP.NET_Web_Matrix .It's not that thing that qualify web matrix the most. I maintain, it's an ide ;)
Pierre 303
+1  A: 

check out Web Forms MVP ( http://webformsmvp.com/ )

It is an MVP framework form ASP.Net WebForms.

ravi
A: 

Indeed OpenRasta is the only of the proposed answers that can run out of asp.net quite happily, and still run on top of it if you so desire. And it is stable enough that few patches are required to the 2.0 branch before work starts on 3.0 this month.

serialseb
[disclaimer needed] :)
Earlz