Proper Etiquette for using MySQL in C# (Part of 3 of 3) – DbDataReader
Looking back on this series, we have discussed both proper management of database related resources and how to protect and improve the performance of our applications through the use of Parameterized Queries (Prepared Statements). Since the primary reason for accessing a database is to read data from it, it would be a shame if we… Read More »