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
all groups > dotnet general > november 2006 > threads for sunday november 26

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

IHttpHandler and Caching
Posted by Andrew at 11/26/2006 7:14:24 PM
Hi, Ive got a .ashx file which produces an image (useage: <img src="myHandler.ashx" />) What do I need to do to make it cache? Every time my page reloads it recreates the image (a slow process), and i have a lot of these per page. The image-producing code doesn't NEED to be in a handler...more >>


IDisposable - beyond Memory Management
Posted by Cordell Lawrence (News Group) at 11/26/2006 1:34:42 PM
There an ongoing discussion between a colleague and myself about the usefulness of the IDisposable pattern beyond the reclamation of unmanaged resources. The discussion is somewhat lengthy so I will distill it here. The core of his argument started with his statement: "There is no gain in pe...more >>

dynamically determine .net baseframework version of exe or dll
Posted by Anthony LaMark at 11/26/2006 10:45:26 AM
Hi All, Whether in a Winform application (.exe) or a .Net assembly (.dll), is there a way to determine what version of the .net baseframework the run-time module (i.e. exe or dll) was loaded with (is using)? Seems that using reflection this is possible...just can't seem to figure out what ...more >>

Performance on C2D?
Posted by mk at 11/26/2006 5:36:01 AM
Hi. I was hoping someone could explain weird performance anomaly. I ran a small test to compare a new X6800 Core 2 Duo build against a three year old P4EE: (Both machines running VS2005) DateTime dt = DateTime.Now; string s = String.Empty; for (int i = 0; i < 9999; i++) ...more >>

replacing system.data
Posted by gilad at 11/26/2006 5:29:00 AM
Hi, I would like to add some code to system.data so I can trace calls to SqlConnection class. I used ildasm.exe, got the il code, added some of mine and used the ilasm.exe to get a new assembly. The problem is that I cannot remove the old file using the gacutil.exe .... it says that it is req...more >>

Shared memory - how to implement in .NET 2.0/3.0
Posted by herbert at 11/26/2006 1:41:02 AM
I am coding a dozen "background" realtime apps for factory automation in .NET 2.0. The apps need to share a common memory as there are lots of variables to be shared (and synchronized of course). I need distinct apps for reasons like user interaction/access rights, error compartments, and ...more >>

VS Pro side-by-side with Xpress?
Posted by Shawn B. at 11/26/2006 1:24:04 AM
Greetings, I have Visual Studio 2005 with Team System Developer installed on my primary development box. I would like to install the XNA stuff but it requires VS 2005 Express. Can Express co-exist with Professional? I can just install Express in a virtual machine but the virtual machine ...more >>



DevelopmentNow Blog