Posts by Gabriel Belgamo • 23 points
2 posts
-
1
votes0
answers63
viewsQ: Even with ". Asnotracking" error happens "cannot be tracked because Another instance with the same key value"
public class ProcessoOsOperacaoEntity { public int? Id {get; set; } public int? IdProcessoOs { get; set; } public virtual ProcessoOsEntity ProcessoOs { get; set; } public int? IdUsuario { get; set;…
-
1
votes1
answer68
viewsQ: List C# missing what has already been added
I’m a beginner and I’m developing a shopping cart. The routine I thought was: Every time I click the add button, the product is sent to the controller via ajax request. I already have a list created…