Concurrency Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/concurrency/tutorials/ Concurrency Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Fri, 10 Feb 2012 02:15:00 GMT Memory Ordering for Atomic Operations in C++0x The operation that writes a value happens before an operation that reads that value. With the default atomic operations that’s indeed true (which is why this is the default), but it does need spelling out: the atomic operations also have other options for the ordering requirements. In this article, based on chapter 5 of C++ Concurrency in Action, author Anthony Williams discusses the memory-ordering tags used for atomic operations and how they relate to the synchronizes-with relation. http://www.developerfusion.com/article/138018/memory-ordering-for-atomic-operations-in-c0x/ http://www.developerfusion.com/article/138018/memory-ordering-for-atomic-operations-in-c0x/ Fri, 10 Feb 2012 02:15:00 GMT Dan Maharry Concurrency handling techniques in ADO.NET Joydip Kanjilal looks at the problems caused by concurrency when accessing data, both online and offline, and how to overcome them. http://www.developerfusion.com/article/84418/concurrency-handling-techniques-in-adonet/ http://www.developerfusion.com/article/84418/concurrency-handling-techniques-in-adonet/ Thu, 23 Sep 2010 10:54:00 GMT Joydip Kanjilal A Twisted Look at Object Oriented Programming in C# An extensive examination of OO programming in C#, covering inheritance, constructors, interfaces, virtual and static methods, and much more. http://www.developerfusion.com/article/3821/a-twisted-look-at-object-oriented-programming-in-c/ http://www.developerfusion.com/article/3821/a-twisted-look-at-object-oriented-programming-in-c/ Sat, 05 Jul 2003 17:43:00 GMT Jeff Louie Web Forms DataGrid and DataSet Programming This is a working C# .NET program that demonstrates how to integrate most of the features of the DataGrid and DataSet in a single project including select, insert, update, delete, confirm delete, sort, filter and page. http://www.developerfusion.com/article/3801/web-forms-datagrid-and-dataset-programming/ http://www.developerfusion.com/article/3801/web-forms-datagrid-and-dataset-programming/ Fri, 27 Jun 2003 09:39:00 GMT Jeff Louie