I am creating winform app vs.net 2005 and was looking for good
patter/practice for offline/online app. In particular how to best store
local and sync with server when online.
I noticed there is a MSFT block but it is dated 2004. Is there an updated
block or is this still a best practice?

thx
dave

Re: Offline Block? by Dmytro

Dmytro
Fri May 12 01:32:15 CDT 2006

Hi Dave,

Yes, it looks like Feb 2004 is the latest version. Here's another guide from
Microsoft on occasionally connected clients:

http://msdn.microsoft.com/library/en-us/dnpag/html/SCAG-CH04.asp?frame=true

"dave" <dave@discussions.microsoft.com> wrote in message
news:FE7B9FED-58E3-4680-A694-A4D4C02742D2@microsoft.com...
>I am creating winform app vs.net 2005 and was looking for good
> patter/practice for offline/online app. In particular how to best store
> local and sync with server when online.
> I noticed there is a MSFT block but it is dated 2004. Is there an updated
> block or is this still a best practice?
>
> thx
> dave