BloggingAbout.NET
Thoughts of developers

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Get the physical path of a path that uses a subst drive

    My previous employer used a tool to attach databases that were located on a substituted path. I needed this conversion logic in another kind of environment and used the almighty google. So I hit an article on Avner Kashtan 's blog titled Query SUBST information . His code sample proved very usefull but...
    Posted to Ramon Smits by Ramon Smits on Thu, Apr 5 2007
    Filed under: Filed under: , , ,
  • Tool : Add string as resource

    I found this really nice little to add a string as a resource . You just select a string in the editor, right click to get the context menu and select to add it as a resource. You then get a dialog in which you can specify the key value and the resourcefile the string should be added too. In most code...
    Posted to Ramon Smits by Ramon Smits on Thu, Oct 19 2006
    Filed under: Filed under: , , ,
  • The && and the & operators

    Today a collegue had me flabbergasted by using the & operator in a boolean comparison like the following example. return x & y; Both x and y were booleans and I said "Hey you just forgot an &! A single & is a bitwise operator.". And he responded that this would work but that the behaviour...
    Posted to Ramon Smits by Ramon Smits on Tue, Aug 29 2006
    Filed under: Filed under: , ,
Page 1 of 1 (3 items)
Copyright © 2003-2010 BloggingAbout.NET