CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

Paul Laudeman

Helping You to Make "Smart Clients" Smarter!

September 2004 - Posts

  • Gmail, Gmail, and more Gmail... want an invite? have an invite?

    Gmail seems to be the email provider du jour and, with an exclusive invitation requirement to join, you may find yourself asking friends and strangers for an invite. If you already have Gmail, you'll probably keep receiving new invitations to “hand out” to anyone who will take them.

    I recently stumbled across a dumping ground for all of my invites that seems to work pretty well. Isnoop.net Gmail Invite Spooler is willing to take them off your hands as soon as you get them and will match up the invites to people eager to get one.

    For those of you who already have Gmail, this service is quick and easy, and it will save you from clogging up the main feeds with invitations notices every time you get a new batch.

    If you're looking to get a Gmail account, then you can just as easily sign-up to receive an invite as soon as one becomes available.

  • ReSharper Reflections

    Brendan has been describing his recent evaluation experiences with Resharper, CodeRush, CodeSmart,  and ReFactory, and his latest conclusion that he is now a “ReSharper Convert”. Having also evaluated all of these tools myself, I’m starting to feel that ReShaper is probably the pick of the litter at this time and is probably overwhelmingly deserving of the small registration fee they ask.

    One of the features of ReSharper that I find particularly useful is the ability to have ReShaper automatically insert the “using” statements for any code that I am typing on the fly. For example, if I am creating a SqlConnection object, I need to import the System.Data.SqlClient namespace to access the SqlConnection clas. However, with ReSharper, it is able to lookup and insert namespaces for code you are writing as you go:

    Simply by hitting the Alt-Enter key combination ReSharper will add the “using System.Data.SqlClient” instruction to your list of using statements:

    Very cool! Another related feature is the ability to “optimize” your using statements. ReSharper will detect for you any unused using statements and prompt you to let it clean up any that it detects you are no longer using. If you’re like me, you like having your source files as uncluttered as possible and this takes care of something you probably wouldn’t have worried about otherwise. (This unused code detection also applies to fields, variables, etc. and gives you the option to remove those as well.)

    If you haven’t had the chance to take ReSharper for a spin yet, I highly encourage you to do so. A registration fee of $99 per user makes this product affordable for everyone.

    Technorati Tags:  

More Posts

Our Sponsors