• Download Pictures from your Cell Phone via Bluetooth

    If you have a bluetooth enabled laptop and a bluetooth enabled cellphone you may be able to download the pictures from your phone to your laptop via bluetooth... EVEN if your cell phone provider says it isn't possible (as in my case). Perhaps they...
  • Shared Resources XAML Intellisense

    [ I'll provide a full solution download to anyone interested ] Our Goals were: 1) Use images in XAML syntax like this: < Image Name ="imageSave" Height ="16" Width ="16" Source ="ui:Images.ico_save_16.png"/> 2) Break on invalid image...
  • ClickOnce Protocol Handler (also works for Silvelight or Xbap)

    So if your goal is to create a protocol handler so that you can create a link with some data in it, click on it and have your clickonce, silverlight or xbap application open up and react to the given data in the link... this is how you do it. As a matter...
  • Grasshopper Level 1 - Debugging Silverlight with windbg startup

    Goal: The goal of this walkthrough is to find the stacktrace for a currently executing Silverlight Application and examine it in windbg. This intro will give you the information you need to "break the ice" with using windbg tool for debugging in Silverlight...
  • Silverlight pre-cache dlls in browser cache - the secret compressed dlls as png Trick!

    This is a trick used by the Bing Maps Silverlight folks - but as far as I can tell (by Binging the web) I"m the first to actually blog about this secret technique and show you how it's done. I'm using the browser’s cache to download our dlls...