I wasn't sure where the readers were and don't have a publishing outlet. I'd be glad to post it in the appropriate place.
Building a Logical Business Layer In the sample solution included, Customer and Invoice both derive from Persistent. CustomerList and InvoiceList...
PersistentList.cs public abstract class PersistentList : Persistable { List<Persistent> _list = new List<Persistent>();...
doPersistence maps parameters/resultsets to class properties doPersistence defines three abstract classes and a SqlPersistence static class that...
The article below discusses an approach to software development (.NET and Sql Server, however applies to any DBMS or development platform) that...
Separate names with a comma.