I’m wondering how Web Sites often add new features and new preferences without making a mess of the database.
I thought of storing these in a preferences table with a many to many relationship and a key value pair.
Is there a better way?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can always use the asp.net User Profile Properties that comes together with the login module of the asp.net
Read about and see some examples right on MSDN: http://msdn.microsoft.com/en-us/library/2y3fs9xs.aspx