News

Practical ASP.NET Unit Testing AJAX Calls to an ASP.NET MVC Controller Sometimes what you want to test is how your Action method behaves when it's invoked through an AJAX call. Here's how to mock up ...