0

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?

2 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

Comments

1

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.