400 Views
Faster performance in business applications comes down to reducing the "critical two" -- disk I/O and trips to the server. Doing that means doing a lot of things right, starting with your database design -- and tweaking your ADO.NET code helps, too.
1 comments
dpeterson
12/16/2011 3:45:23 PM
Excellent article. I feel far too many developers throw out RDBMS systems because they automatically assume that the database is perfectly tuned for whatever crazy data structures they create, regardless of the indexes they do or don't create.