Posts by aaa123 • 1 point
1 post
-
0
votes0
answers46
viewsQ: Entity Framework is inserting duplicate to each Savechanges
Hello, I am using a technique to be able to insert many entities in the database, I am using C#, Entityframework and SQL server. Example List<Editora> editoras = new List<Editora>();…