I know there exist alternative frameworks for creating views, different from the standard way of creating views in ASP.NET MVC. What alternative do you suggest and why?
+2
A:
Here my list....
NVelocity Some examples here... Alternate View Engines with ASP.NET MVC (NVelocity)
I liked NHAML because of
- Less noise more content
- Never forget a closing tag
- Identifiers and Selectors, Css-Friendly
- Server Side Code/Tokens Syntax
More details at
Introduction to NHAML and ASP.NET MVC (This one contains useful information).
and
rajesh pillai
2009-01-21 15:00:46
+2
A:
Here's a link to a similar question that has already been posted.
Dale Ragan
2009-01-21 15:12:51
A:
An alternative ASP.NET MVC framework is the (open source) Vici MVC framework.
Niels R.
2009-12-02 08:59:01