.Net Coding [rss]

Things about .Net Coding

XAML Databinding Issue ?

Recently, I started having problems with the error "Items collection must be empty before using ItemsSource" popping up after I’d made a few changes to my UI.  I think I understand the root trigger, but I haven’t got time to reason through Read More

Extension Methods - Nice. but not sufficient

I am going to do a longer posting on problems of extending value types, but since I just had to complain on Connect after bumping into the decision not to support operators as extension methods, I had to complain now.  In essence, the restriction Read More

Switching to [DebuggerNonUserCode]

I’m starting the switch to using the [DebuggerNonUserCode] attribute instead of [DebuggerStepThrough] attribute, and noticed a small annoying behavior. (For why I’ve decided to do this, this is what set me off). When using [DebuggerStepThrough], you’ll Read More