The quickest way to write HTML Markup in Visual StudioThe Zen Coding idea is far from new, but in my opinion, it’s greatly underrated. If you write alot of HTML during your workday, writing markup “The Zen way” will drastically increase your rate of coding. More information here: http://yngvenilsen.wordpress.com/zen Example:
By writing markup in a CSS-ish way, the HTML is generated like the example below div#container>ul>li*5 Turns into
|