Adding Syntactic Sugar to the Spark View Engine
Posted by: Karl Seguin [MVP],
on 20 Aug 2009 |
View original | Bookmarked: 0 time(s)
Today I vowed to learn the Spark View Engine. While I don't hate ASP.NET's MVC WebForm View Engine, its clearly outclassed by the other MVC stacks. So, given my views (hahaha) on the matter and with a wonderful greenfield project in front of me, I figured I'd do the switch.
(I think some developers still don't get the distinction between traditional ASP.NET WebForms and ASP.NET's MVC WebForm View Engine. The latter is the default View Engine used for templates in ASP.NET MVC and...