Posts by Eliseu Marcos • 131 points
2 posts
-
1
votes1
answer588
viewsQ: Entity Framework Relationship Error
I am developing a test project that I intend to include in my TCC, but I found a problem when relating two entities to create the Tablas in the database with the Entity Framework. Are they 'Post'…
-
1
votes1
answer381
viewsQ: Separate Context Asp.Net Identity and Application Context
I am creating a repository using the Entity Framework, and the need arose for my entities to communicate with the entity Identityuser of Identity, only that Identity is on a separate layer of my…