Hello there,
I would like to create webpage in MVC4 where many users have accounts and everyone of them have the same fields but different values.
I will try to explain what I mean, the best I can.
For ex: I have 10 registerd users and everyone of them have login and password. Everyone of them, will be using this page to get to know, how many cash he/she earned yesterday. And question is, how to do it? Is good idea to create new table in DB for each one
user while registering new account? I need to have one web page, where I will be able to send values (their earnings) to DB for each one user. I'm new in programming, I would like to know good practices.
Greetings :)
Go to the complete details ...