DaisyDysie
How do I utilize Identity Framework and AspNetUser Table?
Hello,
I am building an MVC app where people will need to sign up. They can then upload stuff to the app, so I want to ensure that the relevant information is displayed respective to each user. So for example, if I have a notes table/model, do I just need to add public string? OwnerID { get; set; }?
Should I also create a new model for users?
5 replies