Tag: Development

Community

Disaster Recovery

(Rick Boyd) More often than not, companies are deluding themselves into thinking that the tests of the DR procedures were successful. Most of these tests are staged, generally include a subset of the applications that are needed, and still there are items that are missed which do not allow for a ful

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