How to implement multiple user profiles in ASP.NET Identity? -


in project (a simple job board), i'd create types of user such admin, employer, seeker. known implement role management this, want implement different profile each type. example, employer (companyname, companylogo,...), seeker (name, experience,...)

in current solution, created employerprofile, seekerprofile foreign key userid in relationship aspnetusers table.

i don't know how solution, suggestion situation?

thank you


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -