How to write an offline silverlight application? -


How to write offline silverlight applications? The database running in my database is an application running on the server, but if the user wants to run the application in the offline mode then the same UI can be viewed offline, which can also do all the data stored locally in the file. Can be synchronized later.

Your question can be divided into two I think:

1 ) How to create browser-out-browser Silverlight applications?

You can do it after Silverlight 3. For example, see:

2) How to access data offline online is normally online?

You need to implement the cache mechanism that stores data locally using different storage. For example, see:


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -