views:

74

answers:

2

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
A: 

I've found this interesting starting of a Rails-like RJS framework for ASP.NET MVC.

Darin Dimitrov