by
Adam Miller
9/29/2011
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 classes to determine performance. More...
by
Ben Rush
5/10/2011
Microsoft allows you to single-step through the framework code via Visual Studio 2008/10. To enable this under 2010 is trivial. More...