It’s raw and unformed (Fubu, not the blog post), but here’s the first “Hello, World” sample for the Fubu Reboot from Dovetail’s very own Tim Tyrell.
One of the things the Fubu team is definitely talking about is some app starter kits ala Rails “rails [project name] create” that lays down a basic structure. Another “getting started” feature that doesn’t exist is a set of OOTB conventions so you can get going with:
public class MyFubuRegistry : FubuRegistry
{
public MyFubuRegistry()
{
UseBasicConventions();
}
}
About Jeremy Miller
Jeremy is the Chief Software Architect at Dovetail Software, the coolest ISV in Austin. Jeremy began his IT career writing "Shadow IT" applications to automate his engineering documentation, then wandered into software development because it looked like more fun. Jeremy is the author of the open source StructureMap tool for Dependency Injection with .Net, StoryTeller for supercharged acceptance testing in .Net, and one of the principal developers behind FubuMVC. Jeremy's thoughts on all things software can be found at The Shade Tree Developer at http://codebetter.com/jeremymiller.
This entry was posted in
FubuMVC. Bookmark the
permalink. Follow any comments here with the
RSS feed for this post.