What is best practice to handle with user profiles in ASP.NET MVC4 ?
I wanna add custom fields to my User Profile like Name, Surname, About and others is it ready solution for this ?
Now my solution is : when creating new user account im creating automaticly a entry in my users table (primary key is user Guid) and there i kepp Name, Surname and point of my oplication - photos, comments (1 user have many photos, 1 photo have many comments) - is it good solution - or i sit some automaticly magic from MS to do this user profile and link it to my data ?