Refracted Paladin
Refracted Paladin

Reputation: 12226

Proper way to structure a Sync Framework DAL

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.

Thanks!

PS: Any good resources out there for using Sync, Linq, and WPF ALL TOGETHER? Tutorials, videos, etc?

Upvotes: 2

Views: 570

Answers (2)

Cornelius
Cornelius

Reputation: 3616

You might want to look at this blog post: http://blogs.msdn.com/matt/archive/2008/09/09/sql-ce-3-5-with-linq-to-sql.aspx

Upvotes: 1

Bryan Anderson
Bryan Anderson

Reputation: 16129

You might be interested in the Microsoft Sync Framework or at least some of the resources and examples.

Upvotes: 3

Related Questions