views:

78

answers:

3

Vote up VB or C# below !

It is slightly frustrating to me (as a C# developer) that VB syntax at least LOOKS better with <% %> tag notation because you get tags like <% Next %> instead of <% } %>. You also get the benefit that the end tags must match the start tags, increasing readability somewhat.

+3  A: 

i'm using c#.
if all the <% } %> bother you, you can switch view engine. check spark for example

Asaf David
+1  A: 

C# definately.

VB gives me the $hits

Schotime
A: 

I'm using C#, fairly new to ASP.net coming from a Classic ASP and PHP background so I'm fairly used to seeing spaghetti code, however learning new ways with partials and finding it much easier.

I'm tending to comment my closing <% } %> statements, so <% } // End foreach description %> to make it slightly more readable.

benno