Just a small reminder for myself. I have to do this way too often recently to remember. This is how to read embedded resources in Silverlight application (or WPF app for that matter) - like binaries, images, xml, etc, from an embedded resource /// <summary>
Read More...