Wintellect  

Wednesday, July 14, 2004 - Posts

I've been writing XML comments for all my code. I now want to compile these into nice documentation. I've used NDoc before to do this, and really like it, but as far as I can tell it does not support generics yet (and in fact barfs if it sees them). Any Read More...
Should it be allowed to add a key-value to a dictionary with a “null” key? It seems like it could be useful; after all, null is a valid value of reference types and so should be storable into a dictionary. I began implementing OrderedDictionary Read More...