I was trying to learn a little bit more about WPF (.NET 3.0) data binding and using my knowledge about LINQ to SQL (.NET 3.5) at the same time. So I created a small tutorial how to create nice looking WPF treeviews which are populated with data using LINQ to SQL.
Article WPF treeviews and LINQ to SQL on SCIP.be
Topics which are being covered are :
- LINQ to SQL : Fetching master-detail
- LINQ to SQL : Grouping
- LINQ to SQL : Inheritance
- WPF : Databinding with TreeView
- WPF : Resources & templates
- WPF : Styles
- WPF : DataTrigger and conditional formatting
- WPF : Value converter to show language-dependent descriptions
- WPF : Value converter to get resource bitmap
- WPF : Value converter to get bitmap from database
- WPF : Image reflection


Very neat. I like it and the detailed explanation helps a lot.
By: Atul Gupta on March 7, 2008
at 6:39 am