https://www.developerfusion.com/t/threading/code/ Threading Sample code from Developer Fusion 2005-04-28T16:39:00.00Z http://www.developerfusion.com/code/4693/using-the-credential-management-api/ Using the Credential Management API 2005-04-28T16:39:00.00Z Following secure development best practice, an application should obtain and store user credentials securely. Microsoft has provided a means to accomplish this on the desktop: the unmanaged Credential Management API, which exposes the capability to provide a standard login experience for the user which is also secure. This code demonstrates how to create a generic dialog implementation using this API. Alan Dean http://www.developerfusion.com/code/4654/asynchronous-httpwebrequest/ Asynchronous HttpWebRequest 2005-01-14T04:08:00.00Z Demonstrates how to build a much more responsive and user-friendly application by using asynchronous HttpWebRequests. Steven Cohn http://www.developerfusion.com/code/4595/ui-threading-helper-classes/ UI Threading Helper Classes 2004-04-01T14:40:00.00Z One of the most cumbersome things you will ever have to do with Winforms is updating your User interface while receiving events from another thread. These helper classes make it a breeze. Roy Osherove http://www.developerfusion.com/code/3574/a-chat-clientserver-program-for-c/ A Chat Client/Server Program for C# 2004-01-26T11:17:00.00Z Source code for a chat server, and the accompanying client program. Michael H http://www.developerfusion.com/code/4314/how-to-simulate-a-status-bar-in-a-web-application/ How to simulate a status bar in a Web application 2004-01-18T12:33:00.00Z If you have a process that takes over 20 seconds or so on a Web application, you may want to let the user know the status of the process. Edward shows you how. Edward Tanguay