Welcome to Geekdojo Sign in | Join | Help

March 2004 - Posts

A little recap of a great concert in Chicago. Read More
0 Comments
Filed Under:
At work I needed to find a way to store an obscene amount of text in our database.  Either I could use a varchar(7000+) datatype or I could shoot performance in the head and use the text datatype.  The problem was that most of the time Read More
3 Comments
Filed Under:
Lurking around Code Project today, I stumbled across this article: .NET Chaines Utilitaires.  "Hmm, sounds interesting.", I thought. Followed the the little linky and what did I spy with my two eyes?  A string utility library written not Read More
1 Comments
Filed Under:
Note to self: Never, ever, ever use the last pair of contacts without having a box of new contacts ready to go.  My old glasses are a couple prescriptions out of date and causing great aches of the head. :( Also, contacts like to jump from your hand into Read More
1 Comments
Filed Under:
After DevDays (which I wasn't lucky enough to attend) a gaggle of geeks (which I was lucky enough to attend) got together for some talking, eating, drinking and general merrymaking.  The sad part was that out of the 6 people that showed Read More
Not if you bound it at least once. I found this little bug the other day.  I don't know if I'm the first, but I figured I would throw it out here so Google can reel it in for someone else. If you bind a DataGrid to a collection that has at least Read More
3 Comments
Filed Under: