Tagged Questions
0
votes
1answer
1k views
Asynchronous ObjectContext.SaveChanges()?
I want the SaveChanges of the ObjectContext (Win apps) to SaveChanges asynchronously, will show a marquee (or controllable?) progress bar (this I can easily implement) for the user while he is able to ...