The other day I talked about the Data Access Application Block and how you can use it in your applications to assist you with ADO.NET. In particular, I briefly discussed this piece of code: Data Access Application Block Database db = DatabaseFactory.CreateDatabase(); string query = " Select * from Customers...