ASP.NET MVC View Engine Comparison

I’ve been searching on SO & Google for a breakdown of the various View Engines available for ASP.NET MVC, but haven’t found much more than simple high-level descriptions of what a view engine is.

I’m not necessarily looking for “best” or “fastest” but rather some real world comparisons of advantages / disadvantages of the major players (e.g. the default WebFormViewEngine, MvcContrib View Engines, etc.) for various situations. I think this would be really helpful in determining if switching from the default engine would be advantageous for a given project or development group.

Has anyone encountered such a comparison?

6 Answers
6

Leave a Comment