Tag: productivity

  • remove/delete svn folders

    Since I’ve been using SVN and stumbled upon this technique I’ve also been using since then This is one of the many (but easiest way) to remove SVN folders (.svn) recursively from a given folder. Effectively “unbinding a folder from SVN“ Follow these easy steps: [more] 1) download this registry file : DeleteSVNFolders.reg (313.00 bytes)…

  • Investing in a Quality Programming Chair

    Been quite busy lately work and off work (research ofcourse primarily in urlrewriting) but I couldn't help but notice and comment on a post from CodingHorror/Jeff Atwood on this topic [more] Read his post on Investing in a Quality Programming Chair I could very much relate to this (not to mention that somehow I'm particular…

  • Code Generation with MyGeneration

    I had the chance to grab and have a short look at MyGeneration for a few hours over the weekend and I should say I'm quite impressed with the features that it has. [more] In one of my previous companies we developed our own custom code generator to fit the company's standard process/way of doing…

  • Resolve Namespace (Visual Studio, Resharper)

    How do you "autogenerate" a "using" namespace for a class you typed in Visual Studio? Read along… [more] I've seen a couple of presentations (in-person, online et al), webcasts etc where there the presenter typed a class name, highlighted by Visual Studio because the namespace cannot be resolved (no using directive or class was not…

  • [Copy To] and [Move To] Context Menu Items

    I find it more productive to simply right click on a file/folder (or multiple file/folders) and be able to copy and move it/them to another folder rather than Cut/Copy, open the target folder and paste or even use Windows Explorer > turn the folder options (tree) on and drag/drop. How do you make it possible?…