Jeff Garoutte

c# .net and anything else that happens across my desk

Beyond Generics, Interfaces, Providers and You : IReadByParentId

Ok so in the Generics, Interfaces, Providers and You series, Part 1, Part 2, Part 3 & Part 4, we made a flexible system of interfaces to make working with a data access provider model easier.  In Part 4, I listed some ideas where there was room for improvement in the interfaces/class that we made.  If you have not read the series yet, go ahead and take a few minutes to read them; this post will not make much sense without it.  So here it is, the IReadByParentId interface(s). Of course we... [More]