Beginning C# programmer here. I have had lots of problems finding online a tutorial or help-me thread where someone explains how to create the specific type of user profile database I need.
I need to use SQL and C#.NET to create a profile/role for each specific user on my website. Every single user will have private information that only he/she should be able to view.
All tutorials I have found so far only create roles such as admin, member and guest. Does anyone know how to do this? If I could use the built in login tools that .Net offers, that would be great.
Thanks in advance!