https://www.developerfusion.com/t/msmq/ Latest MSMQ developer content from Developer Fusion 2011-02-22T23:56:21.00Z http://www.developerfusion.com/book/17078/programming-wcf-services/ Programming WCF Services 2011-02-22T23:56:21.00Z Programming WCF Services is the authoritative, bestselling introduction to Microsoft's unified platform for developing service-oriented applications (SOA) on Windows. Hailed as the most definitive treatment of WCF available, this relentlessly practical book provides insight, not documentation, to help you learn the topics and skills you need for building WCF-based applications that are maintainable, extensible, and reusable. Juval Lowy http://www.developerfusion.com/code/5282/transactions-made-easy-with-net-20/ Transactions made easy with .NET 2.0 2011-02-22T23:56:20.00Z One of the more significant improvement in .NET 2.0 is the transactions area. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of “ambient” transaction thanks to TransactionScope in the System.Transactions namespace. Xavier Larrea http://www.developerfusion.com/book/74425/professional-c-4-and-net-4/ Professional C# 4 and .NET 4 2011-02-22T11:02:42.00Z The ultimate guide on the newest version of C#, from an unparalleled team of authorsGet ready for the next release of Microsoft's C# programming language with Professional C# 2010, the ultimate guide to C# 4 and the revised .NET framework. This essential book has been updated along with C# and it now features new examples, new coverage of language and framework additions, and best of all, expanded coverage of all the topics that you need most. Christian Nagel, Bill Evjen, Jay Glynn, Karli Watson, Morgan Skinner http://www.developerfusion.com/article/2131/get-the-message-msmq/ Get the Message - MSMQ 2011-02-09T18:09:43.00Z Bruce Johnson gives a basic introduction on the use of MSMQ from within Visual Basic. Bruce Johnson http://www.developerfusion.com/code/2151/update-msmq-from-sql/ Update MSMQ from SQL 2011-02-09T18:09:43.00Z Describes how to post a message into MSMQ from within a SQL procedure Bruce Johnson http://www.developerfusion.com/code/1846/using-msmq-to-persist-your-com/ Using MSMQ to persist your COM 2011-02-09T18:09:42.00Z Make component persistable by storing the information in property bags. S.S. Ahmed