Posts by Renner Oliveira • 23 points
3 posts
-
0
votes1
answer57
viewsQ: Performance issues with Asp.Net Core 2.1?
I have an API written in Asp.Net Core 2.1 and I have some performance problem, I am not able to understand if the problem is in the code or the server. The problem boils down to the following, I…
-
1
votes1
answer56
viewsQ: Includes in Entity Framework Core
Good afternoon, I have a problem to use Entity Framework Core, when I will do a query with includes as below: var protocolos = _protocoloService.Search(p => p.Active == true, p => p.Include(l…
-
1
votes0
answers149
viewsQ: Error generating Migration after changing a relationship
I’m having an error when changing a relationship Many to Many in the Entity framework I had 3 classes: Politics 1-n Politicabnormal n-1 Normative It turns out that I didn’t want to map this…