Feeds:
Posts
Comments

Archive for the ‘Silverlight tips and tricks’ Category

In my earlier post I created a high level breakdown of the APIs shared by both Silverlight and WinRT… Here I’m providing a complete reference of all 6,585 public types and 15,248 members included in Silverlight 5 and/or WinRT and where they overlap. My hope is that this will serve as a reference to Silverlight [...]

Read Full Post »

At MIX 2011 I had the fantastic opportunity to present on many of the cool new features recently added to the MMP Player Framework (formerly the Silverlight Media Framework). One of these new features is the ability to play stereoscopic 3D videos (think Avatar). For fun, I also demoed a little app I built that [...]

Read Full Post »

There are a lot of reasons for developers to be excited about Windows Phone 7. First and foremost, .NET developers can easily build great apps using the language and tools they already know. If you’re like me, learning a new technology is always fun, but producing great results with minimal effort is better.  But there’s [...]

Read Full Post »

Turn your photos into a pivot collection with PhotoPivot and expose camera meta data associated with your images.

Read Full Post »

The new Silverlight PivotViewer control provides a cool and powerful way to visualize and filter data straight out of the box. It is very simple to use and in the end you’ll have a great looking, fun and powerful window into our data.

Read Full Post »

Thanks to everyone who joined me for a great discussion about my new favorite technology: Reactive Extensions (Rx) for Silverlight. As promised, here is the source code for all the projects we went over as well as my PowerPoint slides… Source code for all projects Power point I hope everyone grows to love Rx as [...]

Read Full Post »

Silverlight 4 now has built in support for XPaths! Check out the new XPathPad tool to help test XPaths against any Xml document.

Read Full Post »

An observable XmlReader allows you to subscribe to it and would iterate over your Xml document for you, notifying you when each node was read. The programmer using this can then easily write reactive LINQ expressions to select on specific nodes in the Xml resulting in code that would look and feel much like LINQ to XML but with all the performance benefits of XmlReader.

Read Full Post »

Here is a demonstration of how to use reactive extensions (Rx) from within a view model by asynchronously loading an RSS feed into your model and populating the UI while the bytes are still coming in. This is about as fast and responsive as it gets!

Read Full Post »

Use reactive extensions in Silverlight to easily build responsive applications. In this post, we will build a super simple Silverlight app that updates a ListBox with and without Rx.

Read Full Post »

Older Posts »

Follow

Get every new post delivered to your Inbox.