通过文件传输 WCF 服务开发自定义文件同步提供程序
我正在尝试开发一个自定义同步提供程序,以使用 WCF 服务通过互联网同步文件。
我们已经有一个文件传输服务并且它正在生产中运行,但我需要在其之上实现一个自定义同步提供程序。 我已经检查了 Braynt Likes blog here 中的解决方案,但这不能满足我的需求。
任何有帮助的建议、指导或示例代码真的很感激吗?
I'm trying to develop a custom sync provider to sync files over the internet using WCF service.
We already have a file transfer service and it's working in production but I need to implement a custom sync provider on top of it.
I've checked the solution in Braynt Likes blog here but this doesn't fulfill my needs.
Any advices, guidance, or sample code to help is really appreciated?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的建议是,当有强大的产品可用时,尤其是免费的产品时,不要编写自定义代码。
查看 Microsoft 同步框架。
http://msdn.microsoft.com/en-us/sync/bb821992。 ASPX
http://msdn.microsoft.com/en-us/sync/default。 ASPX
My advice is not to write custom code when there are powerful products available, especially if they're free.
Have a look at the Microsoft Sync Framework.
http://msdn.microsoft.com/en-us/sync/bb821992.aspx
http://msdn.microsoft.com/en-us/sync/default.aspx