Welcome to Geekdojo Sign in | Join | Help

October 2003 - Posts

Ahhh, yes, Microsoft unveiling new ways to put code behind web pages, interchangable Web and Windows controls and controls that have server-side events and can be used just like classic VB... ah wasn't 1998 wonderful....    WHAAAAAA???   I love finding Read More
I love this 'trick' for configuration of VS.NET - I hated the docked task and output windows at the bottom of the editor (regardless if they were hidden or not) How to make your Output window a full-fledge VS.NET window (and therefore actually usable):http://objectsharp.com/blogs/barry/posts/159.asp Read More
Anders spoke to me! Read More
Why does everything I read in .NET blogs/articles these days seem like the same stuff I've been reading for the past 2 years?  Oh, wait, that's right - because it IS.   With the notable exception of the addition of generics to C# (due about 12-18 months Read More
A recent thread in the C# newsgroup yielded this cool tip that I didn't know (oh all the things I've missed not being a VC++ developer).  This will allow you to actually increase the stack size for any given .NET executable - very significantly if you Read More
So I just use this GDN sample/tool now... I think the part of my brain that deals with connection string writing was damaged in a tragic beer-related mishap years ago, so now I use this. Read More
Jon says it better than I could about this commonly discussed design pattern: http://www.yoda.arachsys.com/csharp/singleton.html Read More