Threading Sample code from Developer Fusion https://www.developerfusion.com/t/threading/code/ Threading Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Thu, 28 Apr 2005 16:39:00 GMT Using the Credential Management API 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. http://www.developerfusion.com/code/4693/using-the-credential-management-api/ http://www.developerfusion.com/code/4693/using-the-credential-management-api/ Thu, 28 Apr 2005 16:39:00 GMT Alan Dean Asynchronous HttpWebRequest Demonstrates how to build a much more responsive and user-friendly application by using asynchronous HttpWebRequests. http://www.developerfusion.com/code/4654/asynchronous-httpwebrequest/ http://www.developerfusion.com/code/4654/asynchronous-httpwebrequest/ Fri, 14 Jan 2005 04:08:00 GMT Steven Cohn UI Threading Helper Classes 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. http://www.developerfusion.com/code/4595/ui-threading-helper-classes/ http://www.developerfusion.com/code/4595/ui-threading-helper-classes/ Thu, 01 Apr 2004 14:40:00 GMT Roy Osherove A Chat Client/Server Program for C# Source code for a chat server, and the accompanying client program. http://www.developerfusion.com/code/3574/a-chat-clientserver-program-for-c/ http://www.developerfusion.com/code/3574/a-chat-clientserver-program-for-c/ Mon, 26 Jan 2004 11:17:00 GMT Michael H How to simulate a status bar in a Web application 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. http://www.developerfusion.com/code/4314/how-to-simulate-a-status-bar-in-a-web-application/ http://www.developerfusion.com/code/4314/how-to-simulate-a-status-bar-in-a-web-application/ Sun, 18 Jan 2004 12:33:00 GMT Edward Tanguay