I'm moving to a different location and computer for work, so for my own sake (and maybe yours) I'm documenting it here. http://www.elapser.net/Defa... Time tracking written in Silverlight by my friend David (www.t3rse.com). http://www.linqpad.net : I even bought a license last year Notepad++ Workrave - helps me remember to take breaks clipx - clipboard memory Evernote http://www.gunnars.com : Gunnar Optiks seem to help my tired eyes or a light prescription with reflective coating. This is an ......
I have Visual Studio 2010 setup to remove and sort settings on save with the Power Commands extensions. This is great, but sometimes it removes the using System.Linq at the top. I also find myself scrolling to the top to add the using when I first add System.Linq. So I wrote a quick macro to do it for me. Sub AddUsingLinq() DTE.ActiveDocument.Selectio... DTE.ActiveDocument.Selectio... DTE.ActiveDocument.Selectio... = ......
Speed up your Silverlight development by avoiding to have to build all projects in a solution.
Ease the pain of working with Resource files in Silverlight by using a macro.