Hi
I have a health-app where patients should be able to log in.
I use Entity Framework code-first.
Every patient-object have about 30 properties.
All the required properties for Identity, do I put them on the patient-object or how do I do it?
Thanks
Go to the complete details ...