So, there are two levels of "working with Boo". One of them will be the whole code (namely, the controllers), and the other will be the views.
For code, I assume that Boo compiles into standard .NET assemblies, so just following the naming conventions used by ASP.NET MVC just right should allow you to write controllers. You will probably need to start with the MVC web application template version or the VB version and pass some of the template code to Boo in order to completely solve the problem in Boo (I believe that Boo supports web application projects?).
The other half are species. Someone will need to transfer the Brail view engine to the ASP.NET MVC view engine system. This can already be done, but I do not know for sure. If this is not the case, then this is probably significant work.
Probably the best place to get answers to such questions is the MvcContrib community on CodePlex .
Brad wilson
source share