Devlico.Us
All Tags » WPF (RSS)
CodeBetter.Com

Browse by Tags

  • Talks in December

    12.06 @ Tampa Code Code Expect lots of good content at this code camp. My session description is... An Introduction to WPF - A session for those who would like to know what WPF is all about. We’ll cover the basic concepts of WPF, discuss where the technology is useful, and follow it up with a handful...
    Posted to Christopher Bennage (Weblog) by Christopher Bennage on 11-17-2008
  • Unit Testing Change Notification

    In WPF work, it is very common to work with implementations of INotifyPropertyChanged . We need support for change notification in order to bind to the UI, and this interface is frequently the best approach. This means I have lots of properties that look like this: public string FirstName { get { return...
    Posted to Christopher Bennage (Weblog) by Christopher Bennage on 11-13-2008
  • Building a WPF Application: Part 5

    ChumChase Table of Contents About 5pm today I was burnt-out from some difficult work on a particular client's project. Our last four projects have all been WPF with an emphasis on UI and UX. Fortunately, most of these were green field project, but the one I was working on today was not. What made...
    Posted to Christopher Bennage (Weblog) by Christopher Bennage on 11-13-2008
  • Building a WPF Application: Part 4

    Table of Contents Since my last post on building ChumChase, I've had a couple of projects that have changed my thinking just a bit about how to architect a WPF application. When I reviewed the code for ChumChase (in order to continue this series) I found it needlessly complicated in more than a few...
    Posted to Christopher Bennage (Weblog) by Christopher Bennage on 11-07-2008
  • The Upcoming NHibernate Profiler

    Rob and I have had the fantastic opportunity to contribute to Ayende's NHibernate Profiler . It's somewhat analogous to SQL Profiler, and yet—oh, so much more. I'm really excited about this tool, not just because it has afforded an opportunity for interesting WPF work, but because of what...
    Posted to Christopher Bennage (Weblog) by Christopher Bennage on 11-04-2008
  • Good WPF Blog Link

    Rudi Grobler has had a number of good (and deliciously short) posts on WPF lately. I found the tips on using Blend particularly useful. (If you are a WPF developer and you are not familiar with Blend, you really ought to be.) He's also been exploring the recent release of the WPF Toolkit .
    Posted to Christopher Bennage (Weblog) by Christopher Bennage on 10-31-2008
  • Navigating Xaml Resources with ReSharper

    Most of our WPF projects end up with a lot of xaml resources. I do my best to try to keep them organized and easy to navigate. In many ways though, I am still learning . I often have a resource dictionary containing all of my default styles for a given application. When I collapse everything, the nodes...
    Posted to Christopher Bennage (Weblog) by Christopher Bennage on 10-27-2008
  • Unit Test WPF Data Bindings with Caliburn

    The Caliburn.Testability assembly contains various classes related to unit testing a UI. You can use the BindingValidator to validate data bindings on DependencyObjects, DataTemplates and Styles. The easiest way to access this functionality is through the static Validator class.  It has several...
    Posted to .NET & Funky Fresh (Weblog) by Rob Eisenberg on 10-25-2008
  • Tricksy Dispatcher & Running Tests in TDD.NET

    Updated 11/07/2008 I recently ran into an interesting situation. I had an ObservableCollection bound to my UI in WPF, and I needed to updated this collection on something other than the UI thread. In other words, I was adding items to a UI-bound collection on a different thread, which triggered the change...
    Posted to Christopher Bennage (Weblog) by Christopher Bennage on 10-23-2008
  • Caliburn Moved and Documentation Added!

    Caliburn has a new home on CodePlex .  You can find it at http://www.codeplex.com/caliburn .  Additionally, I have added a full set of documentation that is available online .  The documentation loosely follows the samples I have created for the framework which can be found in the 'samples'...
    Posted to .NET & Funky Fresh (Weblog) by Rob Eisenberg on 10-21-2008
Page 1 of 7 (61 items) 1 2 3 4 5 Next > ... Last »

Our Sponsors

Red-Gate!