Sync Framework,LINQ, and my DAL
Posted
by Refracted Paladin
on Stack Overflow
See other posts from Stack Overflow
or by Refracted Paladin
Published on 2010-04-13T20:02:28Z
Indexed on
2010/04/14
6:03 UTC
Read the original article
Hit count: 488
I am creating a WPF app that needs to allow users to work in a temporary disconnected state and I plan to use a Local Database Cache.
My question's are about my data access layer.
- Do you typically create the whole DAL to point at the Cache or both and create a switching mechanism?
Is Entity's a good way to go for my DAL against the Cache?
I am used to L2S but my understanding is that I can't use that against SQLCE, correct?
Thanks!
PS: Any good resources out there for using Sync, Linq, and WPF ALL TOGETHER? Tutorials, videos, etc?
© Stack Overflow or respective owner