Click here to Skip to main content
15,902,275 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i use ApplicationUser(aspnetuser) table for registartion
i want to each user has Course and each course have one certificate
but i dont know how to manage its relationship
can anyone provide example for this tables?
here is my tables
My Tables

What I have tried:

i create relation with application user
each ApplicationUser has ICollection<course> and ICollection<certificate> but i dont kno how to query certificate related to course for each user
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900