Does Razor syntax provide a compelling advantage in UI markup?
[Disclaimer: I’m one of the Microsoft developers on MVC and Razor, so I might be a bit biased :)] We designed Razor to be a concise templating language that uses only the minimal necessary amount of control characters. I would say that large parts of your views can be expressed with fewer characters than the … Read more