Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet clr > june 2006 > threads for june 29 - 30, 2006

Filter by week: 1 2 3 4 5

How do I do this
Posted by Larry Smith at 6/30/2006 9:13:01 PM
Looking at the ".resx" files produced by the Windows forms designer, I see nodes like this: <data name="MyRadioBtn.Size" type="System.Drawing.Size, System.Drawing"> <value>94, 21</value> If you then read the "94, 21" back into your code as a string (exactly as seen), how do you then...more >>

Generic comparison.
Posted by Kevin Burton at 6/29/2006 4:30:01 PM
I have a class that tries to compare two generic types: if (low < high) Where they are declared as: T low = (T)float.Parse(parts[0]); T high = (T)float.Parse(parts[1]); if (low < high) Two questions come up. 1) I get an error Cannot convert type 'float' to 'T'. ...more >>

Boosting priority of an application for a performance unit test
Posted by Matt Adamson at 6/29/2006 2:12:19 PM
I've created some simple performance tests within the NUnit test framework to test the performance of various core business object calls e.g. creating invoices / purchase orders e.t.c. and updating them. The tests basically need to assert that the time to say create 1000 documents is less th...more >>

Thread stack (not call stack)
Posted by William Sullivan at 6/29/2006 9:36:02 AM
Is there any way to examine a given thread's stack? As in, the list of variables currently accessible by the executing code on a given thread, plus their values? TIA!...more >>



DevelopmentNow Blog