i am trying to develop product details page for eCommerce site, say we list some products in a view , now when users clicks in a product he is taken product details view to show product specifications, with add to cart, reviews etc , but here product specification changes dynamically for every product , example:
Clothing Product:
Size
: 40
Mobile Product:
Operating System
: Android
now i dont want the specification name operating system in a clothing product and vice versa.
so i researched about this and found this and this post's . But some folk's comment saying Entity Attribute Value is not good practice
,
so can anyone help me choose best and easy design pattern to list product details with changing specifications in asp mvc, i am new to this.
Any help would be great.