Other News

Community

MSMQ for .NET Developers, Part 2

(Michael Jones) Part 1 of this article included an example that demonstrated how to read messages from a queue asynchronously. That example worked by first calling BeginReceive on the queue object and then setting a delegate called whenever a new message is received. The BeginReceive method call inc

Community

Best Practices of Coding

(Anand Kumar Rao) Quality makes the application masterpiece and it’s the responsibility of the developers to focus more on high quality coding. This document covers few recommendations to leverage the quality ,how to avoid bad coding in .NET by using FXCop 1.30 and how to write custom rules through

Community

Going Native, Part 2

(Ronald Bourret) The second major use of native XML databases is data integration. XML is well-suited to data integration because of its flexible data model and machine-neutral text format. In addition, XQuery is a good data integration language because of its ease of use, support for transforma