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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -