Welcome to Geekdojo Sign in | Join | Help

Thursday, July 22, 2004 - Posts

I want to give thanks to Jeff Key for his Snippet Compiler.  It was featured in a recent MSDN issue and I have found it very valuable for showing how something works, or isolating and testing a piece of code (like the previous post).  You don’t Read More
No it doesn’t…  Yes it does… Working on a pre-existing application the other day, I came across what I think is a strange behavior with the String.Split() method.  The application has a very complex permissions structure and Read More