Unit testing custom Microsoft Dynamics CRM code – Part 7 (web requests)
One of the main points of all my unit testing posts is that unit tests should be written so that you can test your code without needing to rely on external resources, and, we've been able to use Moq as a stand-in for Dynamics CRM’s related services without too »