jaybaz [MS] WebLog
We believe in nothing.
May 2005 - Posts
A simple Set collection
26 May 05 12:39 PM
In a Microsoft internal discussion, someone asked for Set functionality in a collection. I threw this together. What do you think? Useful or no? using System.Collections.Generic; using System.Diagnostics; class Set <TItem> { Dictionary <TItem,
Read More...
Weekly P1 ZBB
13 May 05 05:27 PM
We've started a new-to-us practice around here: The weekly P1 ZBB. Each bug in our bug database gets assigned a priority: 0 - drop everything and fix this, because people are completely blocked because of this. 1 - really important bug that we really
Read More...
Go
This Blog
Home
Links
Tags
Admin vs. Normal User
C# Edit and Continue
Development Practices
Personal
PowerShell
Refactoring
Sailing
Visual Studio
Windows Home Server
Archives
November 2007 (2)
October 2007 (3)
September 2007 (2)
June 2007 (1)
April 2007 (2)
March 2007 (2)
February 2007 (1)
January 2007 (4)
October 2006 (2)
August 2006 (1)
May 2006 (1)
October 2005 (2)
August 2005 (5)
May 2005 (2)
April 2005 (6)
January 2005 (3)
December 2004 (6)
November 2004 (4)
October 2004 (3)
September 2004 (9)
August 2004 (14)
July 2004 (28)
June 2004 (54)
May 2004 (26)
April 2004 (16)
March 2004 (23)
February 2004 (11)
January 2004 (2)
December 2003 (3)
Syndication
RSS 2.0
Atom 1.0
See also my
Personal blog
.