Hello, for those of you that might care - I'm back from my blogging hiatus, sort of.  This time, I want to ask a question of you: What kind of ways do you organize your personal code?  What folder structure do you choose?  Do you name folders like your namespaces?  How do you separate libraries from applications?  Or production worthy code from 'in development' code?  Finally, have you found a source control solution that works better with your style of organization?

I'm interested in starting a few projects and have been convinced that mirroring, as closely as possible, the existing Framework namespace hierarchy is a good idea (except prepending my namespace instead of 'System').

Thanks!
Richard