wpf - Async Calls to Entity Framework -


anyone found way make asynchronous calls db via entity framework? use background worker thread? wpf application.

i know in ria services there loadcompleted event not seem exist in entity framework's object context.

thanks!

i've written blog post async calls via commanding in wpf application

http://devblog.terminto.com/2010/11/03/threading-as-command-in-mvvm/

at work use same technique , calls db (ef4).

is useful, or asking more entity framework-specific async methods?


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -