Posts by Renato • 83 points
3 posts
-
0
votes2
answers298
viewsA: EF Core Relationships one-to-Many-to-Many Fluentapi
For my context the answer of the link below was the solution. https://stackoverflow.com/questions/42745465/ef-core-many-to-many-relationship-on-a-class I mapped and the entity uploaded without…
-
2
votes2
answers298
viewsQ: EF Core Relationships one-to-Many-to-Many Fluentapi
Good afternoon, I’d like to take a relationship question from Entity Core. I have a table person and the person has a position (Manager, supervisor, responsible, etc..) public class Pessoa { public…
-
6
votes3
answers1195
viewsQ: Entity Framework many relationship x many extra field
Good morning, I’m studying the Entity Framework Code First and I’m wondering how I should create an Nxn model with extra information in the relationship table. For example: Let’s assume the…