Log in

View Full Version : Developing Multithreaded Applications for .NET CF


Mike Temporale
07-04-2005, 08:00 PM
<div class='os_post_top_link'><a href='http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/multithreaded_netcf_apps.asp' target='_blank'>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/multithreaded_netcf_apps.asp</a><br /><br /></div><i>"This article explores the multithreading capabilities of the .NET Compact Framework. You will learn about underlying Windows CE concepts like processes and threads. You will also learn when it is necessary to create multithreaded applications. The managed classes available for multithreaded applications will be explored in great detail. In addition, you will learn about different methods to synchronize multiple threads."</i><br /><br />This article (and the downloadable sample code) focuses on the Pocket PC arena. However, the principles and concepts explored in the article apply to the Smartphone platform too. It is worth the read for anyone doing .Net Compact Framework development and looking to step into the multi-threaded environment. :)