by Adam Miller | Sep 29, 2011 | Development Methodologies & Best Practices, Software Development Tips & Tricks, Software Engineering
Have you ever wondered if your custom data access code is any more efficient than simply loading a DataTable? Not that I’d recommend using DataTables except for certain situations, but Visual Studio 2010 Ultimate makes it easy to load test your data access...
by Paul Bauer | Mar 22, 2011 | Software Development Tips & Tricks
Controller testing in the model-view-controller (MVC) is simple. ?The level of difficulty is increased with the use of Session in the controller, but only slightly. In this post I show how to simply test controllers which use Session. Let’s try testing this...