I am creating web application ,which is developed on Asp.net MVC, Entity Frame work and Sql Server. My requirement is something different.
Let's Suppose I have table User
which have fix column names like
(Id,Email, Name,Age,Gender)
and this user table exists in Sql Server database.
I want to give the convenient way to add column from the user GUI to a End User.
By which suppose he feel requirement to add column name "MartialStatus" or "Weight" etc. so how can I add column from the GUI and it will map in my sql Database.