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 framework > january 2004 > threads for saturday january 17

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 31

Is .NET framework installed?
Posted by bill at 1/17/2004 9:26:07 PM
How can I tell, programatically, if the .NET Framework is installed on a computer? (And of course, if it isn't, I then need to automatically install it. TIA Bill...more >>


How is Windows directory names and registry names case-insensitive?
Posted by Elder Hyde at 1/17/2004 8:34:05 PM
I mean, are they culturally case-insensitive, or, how to put this, invariantly culturally case-insensitive (duh!). In other words, if what I'm putting in a Hashtable are directory names or registry key name, should I use the DefaultInvariants of hashcodeprovider and comparer, or just the Def...more >>

Application server ....
Posted by moko at 1/17/2004 7:16:19 PM
(Newbie here). What is the Windows equivalent of an 'Application server' in the J2EE domain ? Also, what is the Microsoft equivalent of an EJB ? I guess that the .NET framework is an application server, and the COM and ..NET components are equivalent to EJB's. Am i right ? ...more >>

How do I isolate event-generating code in a derived class?
Posted by Elder Hyde at 1/17/2004 4:49:26 PM
Hey all, A class of mine needs to tell the outside world when its buffer is not empty. The problem is that C# seems to force you to put the event-raising code in the base class. To illustrate, consider what I'll do in Java: public interface DataAvailabilityListener extends java.util.Even...more >>

Smart Device Extension Required
Posted by Mark Miles at 1/17/2004 3:59:18 PM
Dear ALL, I would like to say firstly that I followed Microsoft links and I do know that they want to push you towards buying .Net 2003. I can not afford this and I will not be force into it. I spent time saving for an Visual Studio .Net 2002 and my wife will not allow me to upgrade. ...more >>

Refering assemblies in GAC
Posted by amit at 1/17/2004 12:50:28 PM
hi there, Can u please tell me how do i refer the assemblies placed in the GAC i.e. c:\winnt\assembly folder ? Do we have any way to specify in the .NET installer that my installer wants to register my dlls in the GAC ? thanx ...more >>

How to detect the existance of a private member from inside the class itself
Posted by Bob at 1/17/2004 11:13:54 AM
I want to find a way to detect the existance of the private member of a particular type in the derived class from inside the base class itself and call its Dispose() method. Reflection GetFields() only returns public members and I would like to avoid using reflection due to its performance impa...more >>

Could not create 'CDONTS.NewMail' object
Posted by kiran at 1/17/2004 10:25:02 AM
Hi, I wrote mailing service code for my Windows Application. When I was trying to send a mail thru my application, an Error occurs only for Windows NT saying that "Could not create 'CDONTS.NewMail' object". It works fine with Windows 2000 and Windows XP. Could some one pls help to get rid of t...more >>



pop3
Posted by Rui at 1/17/2004 7:16:16 AM
I need to write a proxy between pop3 client and pop3+ssl server. This proxy will receive pop3 commands from the client and will translate those commands for a pop3+ssl server, then it will receive returns from pop3+ssl server and it will send them to the primary client. How can I write this service ...more >>


DevelopmentNow Blog