What is LiveMesh Object and its connection with Silverlight 3.0

三世轮回 提交于 2020-01-14 03:36:07

问题


I would like to understand that what is Mesh Object and its conection with silverlight, i am bit aware that it has got some relation with Local storage and then sync with the server data.

But i would like to understand it fundamentally so if anyone can provide any link to the article for conceptual understanding or Step by step implementation of LiveMesh in Silverlight 3.0 application.


回答1:


Mesh is a syncronisation platform which can be used to sync contacts and files (both objects) across machines and a centralised cloud based desktop. When you make changes to one of these objects the changes are replicated to the other devices. You can use Silverlight 3 to create web apps that utilise Mesh, but you can also create then using .NET and the Mesh SDK.

You can download the SDK and code samples here.



来源:https://stackoverflow.com/questions/1061926/what-is-livemesh-object-and-its-connection-with-silverlight-3-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!