Latest Threading developer content from Developer Fusion https://www.developerfusion.com/t/threading/ Latest Threading developer content from Developer Fusion http://www.rssboard.org/rss-specification en-GB Tue, 07 Jun 2011 14:04:11 GMT Stephen Toub: Inside TPL Dataflow TPL Dataflow (TDF), System.Threading.Tasks.Dataflow,builds upon the foundational layer for asynchronous and concurrent programming using Tasks provided in TPL in .NET 4. TDF is a complementary set of primitives to those delivered in TPL in .NET 4, addressing additional scenarios beyond those dire. http://www.developerfusion.com/media/94445/stephen-toub-inside-tpl-dataflow/ http://www.developerfusion.com/media/94445/stephen-toub-inside-tpl-dataflow/ Tue, 07 Jun 2011 14:04:11 GMT James Crowley Deep C# - avoiding race conditions Mike James explores the perils of multi-threading and explores ways of staying safe in a multi-core environment. http://www.developerfusion.com/article/84514/deep-c-avoiding-race-conditions/ http://www.developerfusion.com/article/84514/deep-c-avoiding-race-conditions/ Tue, 07 Jun 2011 14:04:10 GMT Mike James Automate web application UI testing with Selenium Testing web applications is a problem, but Sing Li thinks the solution might be easier than you think with Selenium. http://www.developerfusion.com/article/84484/automate-web-application-ui-testing-with-selenium/ http://www.developerfusion.com/article/84484/automate-web-application-ui-testing-with-selenium/ Tue, 07 Jun 2011 14:04:10 GMT Sing Li C# 3.0 Unleashed: With the .NET Framework 3.5 Whether you need an approachable on-ramp to .NET or you want to enhance your skills, C# 3.0 Unleashed is a comprehensive, in-depth guide to the solutions you seek. You’ll learn to do more with the new tools that are available, including Visual Studio 2008 and the .NET Framework Class Libraries. Throughout this book, you’ll get a practical look at what can be the most useful tools for any given task. http://www.developerfusion.com/book/58381/c-30-unleashed-with-the-net-framework-35/ http://www.developerfusion.com/book/58381/c-30-unleashed-with-the-net-framework-35/ Tue, 22 Feb 2011 12:49:13 GMT Joseph Mayo WPF Custom Controls WPF completely overturns the classic approach to developing Windows applications and adds user interface flexibility and pizzazz unavailable to Windows developers up to now. George looks at one aspect of this - implementing controls. http://www.developerfusion.com/article/7923/wpf-custom-controls/ http://www.developerfusion.com/article/7923/wpf-custom-controls/ Tue, 22 Feb 2011 12:49:11 GMT George Shepherd Rail-trails Midwest Great Lakes: Illinois, Indiana, Michigan, Ohio and Wisconsin In this edition in the popular series, the Rails-to-Trails Conservancy presents the best of the Great Lakes rail-trails, home to the most rail-trails in the country. With 113 rural, suburban, and urban trails threading through nearly 2300 miles, Rail-Trails Midwest: Great Lakes covers Illinois, Indiana, Michigan, Ohio, and Wisconsin. Many rail-trails are paved and run through the most popular parts of town, such as the 61-mile Illinois Prairie Path, which links Chicago-area suburbs. http://www.developerfusion.com/book/17164/railtrails-midwest-great-lakes-illinois-indiana-michigan-ohio-and-wisconsin/ http://www.developerfusion.com/book/17164/railtrails-midwest-great-lakes-illinois-indiana-michigan-ohio-and-wisconsin/ Wed, 09 Feb 2011 18:11:20 GMT Railtotrails Conservancy Multithreading in VB.NET Multithreading, a very powerful technique, is essential for modern software development. Software users expect to work with a very responsive program that they don’t have to wait on, which is a very reasonable demand with the processor speeds that are currently available. Enter multithreading. This article shows you how. http://www.developerfusion.com/article/5184/multithreading-in-vbnet/ http://www.developerfusion.com/article/5184/multithreading-in-vbnet/ Wed, 09 Feb 2011 18:11:19 GMT John Spano .NET Threading Part II This is the second article of two parts on .NET threading. In this second part, I will discuss further the synchronization objects in the System.Threading .NET namespace, thread local storage, COM interoperability and thread states. http://www.developerfusion.com/article/4272/net-threading-part-ii/ http://www.developerfusion.com/article/4272/net-threading-part-ii/ Wed, 09 Feb 2011 18:11:19 GMT Randy Charles Morin C# Threading in .NET The first in a two part series on C# threads, introducing how to create and manipulate threads with the .NET framework, including creating a thread, thread pools, syncronization, race conditions and timers. http://www.developerfusion.com/article/4134/c-threading-in-net/ http://www.developerfusion.com/article/4134/c-threading-in-net/ Wed, 09 Feb 2011 18:11:19 GMT Randy Charles Morin Worker Threads This describes techniques for proper use of worker threads. It is based on several years' experience in programming multithreaded applications. http://www.developerfusion.com/article/1715/worker-threads/ http://www.developerfusion.com/article/1715/worker-threads/ Wed, 09 Feb 2011 18:11:18 GMT Joseph M. Newcomer