Ever needed to get the method description for the currently executing method? You can do this pretty easily by calling: "ConstructorInfo.GetCurrentMethod()."
Matt Carter at Fawcette sends a pointer to their new RSS feed. He says it contains "all of our magazine articles, online stuff, code, interviews etc, updated twice a day." The subject of the message is Bandwagon Jumping. The bandwagon here is Microsoft, and I think I must write a DaveNet piece about this. A remarkable movement, and a remarkable move by MS. They didn't reinvent RSS as they jumped in. This is a new idea for a BigCo. Of course there's still plenty of time for them to reinvent it. Praise Murphy! [Scripting News]
design choices in .NET. Chris has some great comments about the design decisions around some of the -Reader classes in the BCL:TextReader is a base class for things that read text. You can read text from a String (StringReader) or from a Stream (StreamReader). What about... [Incessant Ramblings]