MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.

Browse by Tags

  • WPF Grid from Xceed

    Microsoft has a WPF version of the DataGrid control outside its standard .NET Framework release 3.0+. This off-branch data grid is part of the WPF Toolkit maintained/released at CodePlex . However, a better one (in terms of features/ease of use, so far...
    Filed under:
  • Storing Application-wide Data in WPF

    It is very common in Windows applications to store application-wide data such as database connection strings, application title and folder path,etc that should be available for the duration of the application instance. The general strategy for storing...
    Filed under: , ,