From the category archives:

Silverlight

Silverlight Tour Coming To Halifax

Silverlight Tour November 11, 2009

The Silverlight Tour that has been travelling across Canada will be making a stop in Halifax this year. That date has been tentatively set for Nov 23 – 25 based on the number of registrations.  The price is $1695 for 3 days of training, and there is a 10% discount for user group members. They [...]

Read the full article →

Vote early and vote often. Bring TechDays to Halifax!

May 6, 2009

Vote early, vote often, and most importantly make your voice heard. Follow the links and cast your vote to bring TechDays to Halifax!

Read the full article →

WPF Databinding with NHibernate Collections

January 24, 2009

WPF and Silverlight offer powerful databinding features. To take advantage of this, your entities are required to implement the INotifyPropertyChanged and INotifyCollectionChanged interfaces. It sounds pretty easy, but there is a catch. By default the collections that NHibernate uses are IDictionary, IList and ISet, none of which implement the INotifyCollectionChanged interface which is needed for databinding to work. There is a way around this limitation.

Read the full article →

Be Careful When Using Implicit Styles in WPF

January 12, 2009
Thumbnail image for Be Careful When Using Implicit Styles in WPF

When using implicit styling you may not always get the results you expect. This post illustrates an issue I had creating styles on a Window with a WPF Ribbon and how I eventually solved it.

Read the full article →