I know you can use several different view engines with ASP.NET MVC:
- ASPX, obviously
- NVelocity
- Brail
- NHaml
- et al...
The default ASPX view engine seems to make the most sense to me, coming from an ASP.NET WebForms background.
But, I wanted to get an idea of the pros and cons of each and see what most people are using.
Which does StackOverflow use?