If you’re inheriting an old .NET application and don’t know quite where to begin, Brownfield Application Development in .NET is an excellent guide to tools and practices that can help get you started.
Due to a snag in the way that Visual Studio implements its WPF Splash Screen feature, you can’t use modal dialogs before your main window appears. Here are a few workarounds.
Have you ever wanted to construct a dynamic query string for your Hyperlinks in WPF or Silverlight? Me too. Here’s how.
System.Reflection is a big hammer in the .NET programmer’s toolbox. And I have the sore thumbs to prove it!
Is the Service Locator pattern just a sneaky way of creating global variables?