viewengine - Which View Engine are you using with ASP.NET MVC?, and Why? -


i'm thinking of experimenting alternative view engines asp.net mvc, , know other people using.

please let me know 1) view engine use, , 2) why.

the standard 'web-forms' view engine of course valid answer, please if have decided use reason, not 'becuase can't bothered change it' ;)

thank you!

most of time, use 'standard' view engine - however, since mvc extensible, happens need inherit it, override little bit of functionality, , plug in.

in addition, having looking @ spark view engine, particular style of making view code didn't gel me, that's no fault of theirs - different strokes different folks.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -