Simplifying ADO.NET Data Access, Part 6
Time to finish up the series on simplifying data access using ADO.NET. We have simplified everything around ADO.NET except for actually retrieving the results. This is probably the most complicated part of ADO.NET given the need for cleaning up the reader, enumerating the results and reading the actual data. We can simplify all this logic… Continue reading Simplifying ADO.NET Data Access, Part 6