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 2004 > threads for june 22 - 28, 2004

Filter by week: 1 2 3 4 5

Detecting number of processors
Posted by Stephen Walch at 6/25/2004 6:08:39 AM
I want to add "number of processors" to my license control system. I know I can use Environment.GetEnvironmentVariable() to check for the environment variable NUMBER_OF_PROCESSORS, but I do not know how easy this might be to fake. Would I be better off using a Win32 sdk call to GetSystemInfo? ...more >>


\BaseNamedObjects\CorDBIPCLSEventReadName remaining handles ...
Posted by news.free.fr at 6/24/2004 5:50:39 PM
Hi, I am working with the dotnet debugger API on windows XP, and when I finish my debugging session using my own debugger, I have uncleaned handles. My debugger is still alive and ready for a new debug run. For instance \BaseNamedObjects\CorDBIPCLSEventReadName_2776 I can't find why tho...more >>

Decompile Attributes
Posted by Tom Bombadil at 6/24/2004 8:29:07 AM
Is there a means via Reflection to recreate the original C# source of an Attribute? I'm familiar with the process of discovering the public fields, properties and their values, but I'm a bit lost as to how one would know which of these values map to parameters in the constructor. I've seen this ...more >>

Doubt about Garbage collection
Posted by Shiva at 6/24/2004 5:27:01 AM
Hi I am writing a chat application I have developed the chat server in which i am creating objects that represents the communicating parties and those will stay in memory till there is communication between them when they logout i need to destroy the object from the memory Because the appl...more >>

Extract an assembly from the GAC?
Posted by Jiho Han at 6/23/2004 4:01:34 PM
Is it posssible to get something out of the GAC to another folder? Let's say you put an assembly into the GAC but you deleted the source - by accident no less -. Any ideas? Thanks ...more >>

Smart client template solution ???
Posted by gicio NO[at]SPAM gmx.de at 6/23/2004 11:46:25 AM
HI! I am currently at the beginning of a new project and I would like to start with something out of the box. As we started our Web project we used IBuySpy Portal and it worked fine because we did not waste our time on authentification, authorisation and all that but we were able to start...more >>

static members
Posted by Greg Young at 6/22/2004 2:24:50 PM
Has anyone dealt with putting static implementations in interfaces ? you "can" do it (I am sure in IL) ... I'm wonderring if vb.net and c# play nice when you do it ... ...more >>

Must you really pin delegates when marshalling them as function pointers?
Posted by Bern McCarty at 6/22/2004 12:43:12 PM
Using the May CTP of VS 2005 I read an article "How to: Marshal Unicode Strings using C++ Interop". That article talks about the need to pin the delegate prior to marshaling it out to native code as a function pointer. But then in the 2nd example it proceeds to NOT pin it and to instead simply...more >>



How to tell mscoree.dll to load MSCORSVR.DLL?
Posted by Yuan Ze at 6/22/2004 12:19:51 PM
MSCORSVR.DLL is the multiprocessor build of the CLR. How to load it instead of MSCORWKS.DLL? Thanks. ...more >>


DevelopmentNow Blog