I am developing application using Entity Framework.
When i'm in debugging mode my test values are saved into database when i exit debugging even if i'm not hitting SaveChanges method.
Why is this happening?
I spent 4 hours trying to figure it out, but had no luck....
Even if i have my breakpoint at the start of the action, and i exit debugger right away - data still persisting...