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.
Highlighting query terms in search results is a common use case in web applications. How can we achieve the same effect in a WPF or Silverlight application?
Making the XAML Hyperlink wrap its text properly is a tricky proposition.
Have you ever wanted to construct a dynamic query string for your Hyperlinks in WPF or Silverlight? Me too. Here’s how.