In my app I want to add properties to the user class. How should I do it?
My current solution is to create Users table in th database, but I just read that Asp.Net provides out-of-the-box users registration API and functionality. How can I update the new properties?
Thank you