By tag: Persistance
0
kicks
Persistent Object Management in less than 300 Lines of Code
There's a lot of repetitive work associated with the writing of data classes within the data access layer of an N-tiered architecture. Apart from adding a column to the relevant database table, adding a field to the class involves adding a private variable to hold the field value, a property to expo...