Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Development   (RSS)
I've just finished reading Writing Solid Code , which it seems everybody at Microsoft has and recommends. I think one of my past dev leads bought each of us on the team a copy. The odd thing is that it's having immediate effect. Maybe that's not odd, Read More...
I just opened a project that I hadn't touched in quite some time and noticed that I was building up my SQL statements by concatenation, which as we all know is a bad idea. I then felt that old compulsion to start rewriting -- this time to use OleDbParameters. Read More...
Given that prototype code has a way of becoming ship code and that one usually doesn't have a whole lot of time to play with a prototype, should one take the time to "do it right" or just mock up as many features as you can in your timeframe? Hard-coding Read More...
Seems like many of you guys are already up to date on future Visual Studio releases. In case you are interested in reading more on Whidbey and Orcas, you can visit this article on MSDN . Read More...
Rory Blyth pointed me to DonXML's recent post on edit and continue functionality encouraging poor programming practices. It's an interesting post for discussion, but I don't agree. For many VB guys, edit and continue is a feature on par in usefulness Read More...
Hmmm... trying to find information on using ActiveSetup to install an MSI is not easy. Read More...
 
Page view tracker