Lessons from 4 independent years - Scott Berkun Thinking about going solo (and 75% of us seem to dream about this every once in a while - undocumented statistic I saw somewhere the other day) read Scott's advice
Blame Canada - Kyle Baley Couldn't resist linking to an ALT.NET related post, especially since this one carries an interesting revelation - unless Kyle is playing an April Fool's Day joke, that is :-) Guess we'll never find out who's really behind it
*** PTOM: The Dependency Inversion Principle - Jim Bogard Very clear description on how you could refactor your highly coupled code. If it's not directly obvious I advice you to just copy/paste the code and changes to see how it is done
Faster string building - Andre van der Colff Implementation of a StringBuilder, which, while being not so fast as StringBuilder itself, doesn't have the memory issues that the latter one can end up with
Reflector Add-in Starter Kit (C#) - Jason haley If you don't have a use for Reflector add-in templates, you could still pick up the idea of using custom Visual Studio templates to prevent heavy cut-and-past actions for all your new projects
Two Kinds of Knowledge - Steven Smith Wonderful geeky explanation ' The second kind of knowledge consists of things you've stored "by reference" in your brain ' Give it a read if you're also constantly scouring the internets for the code you need: there is still hope for you :-)
0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home