Snippets »

[25 Feb 2010 | 1 Comments]

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]