XBAP published for my AutoCenter Slider post
I managed to get the the webserver working correctly and the XBAP is deployed for the AutoCenter slider article. Additional Reading: Similar PostsCreate an Auto-Centering Slider control with...
View ArticleLINQ – Get members on type (not base types)
The more I use LINQ the more I love the power it brings to my code. Whenever I find my self looking at a enumerable type or method I’m curious how I can query the information. Case in point. I needed...
View ArticleHow to preview fonts in WPF using data templates
Dig through the .NET class libraries for a few minutes and you’ll find collections (islands) of static data. For example, the Fonts class exposes two static properties, Fonts.SystemFontFamilies and...
View ArticleArranging Shapes in a Circle with Expression Blend – Part One
Part One A common UI metaphor in recent times is the circular wait cursor or progress indicator. This article shows some easy techniques within Expression Blend 2 that simplify creating this modern UI...
View Article