Greg Robinson's Blog
I report it, you decide
-
1 - 2 - 3 and you are a software developer
So Microsoft states if you complete all 3 Tiers you are a software developer:
-
VSS to SubVersion
We made the switch from VSS to SubVersion last night and, so far so good. We were hitting up against VSS limitations with branching and merging and SubVersion looks like it can handle this better. It's going to take a while to get use to the whole 'a file is not locked' concept but in theory we like the idea.
-
Microsoft® Visual Studio® .NET™ 2003 Service Pack 1 is available
-
Top 10 ways to motivate a geek
http://www.retrospector.com/2006/06/21/top-10-ways-to-motivate-geeks/
-
Knowing how much time you spend on your computer: TimeSprite
Mike Gunderloy blogged about TimeSprite. I downloaded it and thus far the results have suprised me.
-
Microsoft's beta search engine
-
Cannot find member name System.Data.SqlClient.SqlError
This exception message has caused us problems. Long story made short, we see this with a remote .net assembly running under IIS 6.0 on a 2003 Server with SP1 and the calling client is an XP machine. It seems SP1 installs a never version of System.Data.dll. There is a hot fix for this, though the hotfix does not resolve the issue, it only gives the calling client a more meaningful message.
-
Setting ErrorProvider text on an 'invisible' control
I stumbled on this by mistake. I had a case where I was setting ErrorProviders text (calling SetError and passing in the control with text) on a controls whose Visible property was set to True at runtime.
-
Data Binding with Windows Forms 2.0 by Brian Noyes
Just received my complimentary copy of Brian's book. Nice to see he thanked me in his Acknowledgments section. Having read the book once pre-publishing it will be neat to read it again after my review to see what was revised.
-
Application.EnableVisualStyles bug
We were getting Unhandled SEHException that we could not figure out. We were getting these from calls inside combobox.SelectionChangeCommitted.