DotNetShoutout - Stories tagged with .NET WPF Silverlight
8
Shouts

Dot + Net Digging .Net: How To : Communicate between two user-controls using Event Aggregator

published 982 days, 1 hour, 19 minutes ago posted by kranthigullapallikranthigullapalli 985 days, 41 minutes ago
Friday, September 10, 2010 3:10:12 PM GMT Tuesday, September 07, 2010 3:47:58 PM GMT
I found many posts in the asp.net, silverlight.net fourms regarding communication between user-controls, so i thought to blog a bit about communication between user-controls using Event Aggregator in silverlight which i found is the best way to communicate. The main advantage for using an event aggregator to communicate between user-controls is, it removes the tight coupling between a publisher and a subscriber, by which a publisher/subscriber can evolve independently. Pre-requisites for understandin... (more)
category: Metro | clicked: 3 | comment | | source: dotplusnet.blogspot.com
tags: .NET WPF Silverlight, Event Aggregator, how to
6
Shouts

WPF (and Silverlight): Choose your Fonts and Text Rendering Options Wisely - Pete Brown

published 1077 days, 4 hours, 47 minutes ago posted by jantujantu 1078 days, 5 hours, 48 minutes ago
Monday, June 07, 2010 11:41:47 AM GMT Sunday, June 06, 2010 10:41:26 AM GMT
"He Chose Poorly" was the first thing I thought when I saw the font rendering in a metro-themed WPF4 application I looked at the other day. (Metro is the name of the Zune/Windows Phone 7 user experience style). The application was really sweet, but suffered from some crummy font rendering. Ok, maybe not the first thought. My first thought was actually "This is WPF 4, there's no excuse for bad font rend... (more)
category: Metro | clicked: 1 | comment | | source: 10rem.net
tags: .NET WPF Silverlight