I have a project with my school, I have to make a website like stackoverflow (possibility to add a question, a member can answer or put a comment if he have enough reputation, etc).
I have an issue with the class Vote
. It should have 2 primary keys (the user and the post), but I don't know how to do that with EF Core.
Thank you for your help !