Jeff Garoutte

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

Generics, Interfaces, Providers and You - Part 4: Building the Classes

Now that we have our interfaces we need to make some changes to our existing objects.  Back in part 1 we defined an object tree for contact information.  For this example, a 3rd parting marketing system is loading new contact information into our data store and management does not want anyone to delete data, but in a truely pointy hair boss fashion they want people to be able to update the data...  First we will create the ContactInformationProviderRepository.  We make a static Provide... [More]