Currently I have a project that needs to handle products with custom fields that the users can specify.
Does anyone know what the best way to implement this using Models and Code First Annotations?
I figured on the database side, I will need a new table to handle custom data that will be linked to the productID.