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
Post a Comment