I am migrating a MonoRail application to ASP.NET MVC and I was wondering if there's an equivalent to brailjs and njs. There's similar concept in Ruby on Rails. Currently I use ASPX view engine but maybe switching to Brail Views could bring a solution. Any suggestions?
A:
AFAIK there is no equivalent of the Brail / nVelocity JS in ASP.Net's standard view engine. Two options: Use one of the above view engines / take the source and convert it into the standard view engine.
Interested in how you get on, as I just use jQuery for everything but handcraft
David E
2009-06-16 13:34:32
A:
I've found this interesting starting of a Rails-like RJS framework for ASP.NET MVC.
Darin Dimitrov
2009-09-01 13:13:02