Groups | Blog | Home


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 2008

Out of memory error, heap fragmentation
Posted by JR at 6/20/2008 3:30:23 PM
I'll try and be as brief as possible. After win2003 sp2 was installed on our web servers they began throwing out of memory errors with our asp.net app. I changed the IIS app pool to use 1 worker process and was able to reproduce it. The w3wp process was using just over 400,000k 'Mem Usage' and 2...more >>


Problem with DateTime and timezone
Posted by MoriCristian at 6/16/2008 12:19:02 AM
Hi all. I have the following problem: if I change the timezone while my program is running, I can have two scenarios: 1) DateTime.Now and DateTime.UtcNow return the correct time but DateTime.UtcNow.ToLocalTime return the old timezone value 2) DateTime.Now return the time in the previous timez...more >>

deadlock when using waitOne in a STA thread
Posted by Daniel Cuculescu at 6/10/2008 11:31:45 AM
Hi, I have the problem described bellow with the calls to WaitHandle.WaitOne causing re-entrancy on main GUI thread (STA) of a .NET application and I would like to find out: - did anybody else run into the same problem? - is it a known issue? is there a fix for it? - is there a work...more >>

clr and jit
Posted by Daniel at 6/4/2008 7:43:33 PM
What is the difference in definition between clr and jit compiler? Does the use of jit make .NET an interpreted language, or is it still a compiled language, or both? Daniel ...more >>

Refactor Namespace improves startup
Posted by schneider at 6/1/2008 1:12:57 PM
Hello, I just did some refatoring, mostly moving a bunch of classes to a few new namespace. As a result it seems to have improved startup time. I can't prove it anymore, but seems correct? Can anyone at MS confirm that? I'm targeting .NET 2.0 Thanks, Schnieder ...more >>



DevelopmentNow Blog