Opening a StorageFile as System.IO.Stream

This one is easy, but a bit tricky if you are just looking it up online.  When working with a Universal App in Windows, you generally use the new Windows.Storage.StorageFile class.  This works great, except when you need to get a System.IO.Stream instance.  If you do a quick google search, the simple way is to […]