Posts by Thiago Mancuzo • 1 point
1 post
-
0
votes0
answers125
viewsQ: Remove() from Entity Framework 6 only works when recreating the connection
I am creating an EF6 application and I came across a problem. I am using the concept of repository and when I run a delete (context.remove(obj)) and after that I reload the list and datagrid, I…