Skip to content
jmarnold edited this page Feb 1, 2013 · 12 revisions

FubuMVC

FubuMVC was originally created because of frustrations experienced when trying to override functionality in some of the other MVC frameworks, because of frustrations with static typed languages, and because we wanted to do something truly different.

Documentation

What we lack in documentation, we make up for in response time in our mailing list. We welcome EVERY question and have a vibrant community willing to answer questions at all hours of the day/night.

https://groups.google.com/forum/?fromgroups#!forum/fubumvc-devel

So what makes it different?

We encourage you to see for yourself. We leverage compositional architecture, semantic models, and hardcore conventions to cook up a lot of "black magic". This isn't the kind of C# you see everyday.

Want some proof? Check this out: http://lostechies.com/josharnold/2013/01/28/introducing-fubumvc-validation-for-real/

Show me some examples

We have a working codebase that we're using for our documentation and screencasts. Take a look for an example of a barebones application: https://github.com/DarthFubuMVC/FubuInAction

Looking for our contribution guides? We moved them.