Thursday, November 25, 2010

Silverlight Cream for November 25, 2010 -- #999

Silverlight Cream for November 25, 2010 -- #999


Silverlight Cream for November 25, 2010 -- #999

Posted: 25 Nov 2010 12:56 PM PST

In this Issue: Brad Tutterow , Kevin Dockx , Richard Waddell , Roberto Sonnino , Dustin Horne , Tim Greenfield , Rod Paddock , Timmy Kokke , Tim Heuer , Manuel FelĂ­cio , Mike Taulty , and Brian Noyes . Above the Fold: Silverlight: "Using Visual States...( read more )...(read more)

Local Silverlight Firestarter in Montreal (free event)

Posted: 25 Nov 2010 10:09 AM PST

I already post about this event, but want to mention that we will host a local event in Montreal. What : From the official event "The future of Silverlight. Hear what's coming next from Microsoft's Scott Guthrie. It's just like an extra day of PDC, dedicated...( read more )...(read more)

Caching of, in, and around your Silverlight application (part 2)

Posted: 24 Nov 2010 09:40 PM PST

This is the second in a 3-part series of articles about caching & Silverlight. Part 1: The client: XAP & Assembly Caching Part 2: The Silverlight application: Isolated Storage Part 3: The server: caching your result sets The first part was about...( read more )...(read more)

Win7 Mobile Back Arrow Key Interception

Posted: 24 Nov 2010 08:12 PM PST

In order to intercept the back key on the Win7 mobile phones all you have to do is override the OnBackKeyPress() method like this in your MainPage.xaml.cs code: protected override void OnBackKeyPress(CancelEventArgs e) { e.Cancel = true; // insert your...( read more )...(read more)

No comments:

Post a Comment