Proper Etiquette for using MySQL in C# (Part of 1 of 3) – IDisposable
Many tutorials describing how to access MySQL databases in C# are typically missing a major point of emphasis or two. Stack Overflow alone is filled with questions where the author violates best practices in their code snippet. In this three part series, I would like to go over some major points of etiquette when using… Read More »