WCF SelfHosted应用程序与Azure同步 [英] WCF SelfHosted App sync with Azure

查看:46
本文介绍了WCF SelfHosted应用程序与Azure同步的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在开发一个  Doctor's
Office 
 应用程序,我希望它是最简单,最轻松的部署和配置(这是必不可少的,因为医生有糟糕的IT技能!),但我还需要网络多用户支持(秘书)。   I
希望在非管理员方案中使用Clickonce优先部署。



所以我的并发要求相当低,(我不急;想要使用Sql Server,因为它似乎过度使用并且使部署复杂化)。  

I am currently developing a Doctor's Office  application and i want it to be the easiest and hassle free deployment and configuration i can get (this is essential as Doctors have lousy IT skills!),  but i also need network multiuser support (the secretary).  I want to deploy preferably using Clickonce in a non admin scenario.

So my concurrency requirements are fairly low, (I don´t want to use Sql Server as it seems to be overkill and complicate deployment).  

所以这是我的想法,我想创建一个.net Self Hosted
WCF应用程序 这将从现场的Windows开始,它将充当医生LAN上的用户连接的服务器。此服务器应用程序将使用EF和SqlCompact作为数据库。  此外,服务器将与SQL AZURE数据库同步
(为医生提供自动备份,并在重新安装的情况下重新填充服务器)   客户端是绑定到本地服务器的WPF应用程序。

这是我的疑问:

假设所有这些实际上都能正常工作,我的这个自定义服务器(自托管的WCF应用程序与sqlexpress交谈)是否能够与SQL AZURE同步?

Assuming that all this actually can work, will my this custom server (the Self hosted WCF app talking to sqlexpress) be able to sync with SQL AZURE?

任何 想法会非常感谢 !

推荐答案

嘿,

请查看"Microsoft Sync Framework Power Pack for SQL Azure 11月CTP(32位)" ; @  http://www.microsoft.com/downloads /details.aspx?FamilyID=bce4ad61-5b76-4101-8311-e928e7250b9a&displaylang=en &
SqlAzureSyncProvider.cs可以用于同步您的服务器SQL Azure数据库。

Please take at a look at "Microsoft Sync Framework Power Pack for SQL Azure November CTP (32-bit)" @ http://www.microsoft.com/downloads/details.aspx?FamilyID=bce4ad61-5b76-4101-8311-e928e7250b9a&displaylang=en and SqlAzureSyncProvider.cs could be used to sync your server with SQL Azure Databases.

 

谢谢,


这篇关于WCF SelfHosted应用程序与Azure同步的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆