Every once in a while every modestly “seasoned” developer gets a visit from a ghost from the past. With any luck the visit is limited to sins committed by the developer in the more recent past, but sometimes them old wounds will be opened up. In this specific case a request was made to add... [More]
Recently we were working on a proof of concept on a Entity Attribute Value (EAV) model in C#. Using just POCO and no help from other tools like Entity Framework. The angle was to create a generic Product class for which every distinct derived instance could have unique properties. And where the base... [More]