Browse by Tags

All Tags » Attributes (RSS)

Another Day, Another Attribute

Today Hadley pointed out some non-intuitive behaviour of the DefaultValueAttribute . Actually after you work out how Visual Studio interprets this attribute it does make sense but initially the logic appears to be flawed. Ok, so what am I talking about...
Posted by nick | 1 comment(s)
Filed under:

VB.NET Meets the DebuggerDisplay Attribute in VS2008

One of the most annoying things I find about working with the Guid class is that in order to see what the value is you have to go into a watch window and query myguid.tostring() , this doesn't sound like too much work but if you are used to relying...
More Posts