开发者

What is the best scalable architecture to build services for Windows Phone 7 apps to connect to?

I want to build my first Windows Phone 7 app开发者_如何学Golication and I'm going to need a service backend.

Should I be using something like NServiceBus? WCF? Any suggestions would be helpful.

I'm guessing the Cloud (Azure) would be the best place to host this service?


NserviceBus I don't think will really help you in this situation.

I would go with WCF hosted in a robust environment. Could be Azure, but doesn't need to be.

Most Importantly though, I think it's all about providing an efficient and intelligent OFFLINE strategy, so your app can still work if services fail. So that would involve efficient syncing and local storage.

For Syncing, check out the MS Sync Framework. Not sure it will work on WP7 yet, but may do at release.


Expect to hear soon about the Sync Framework supporting offline capabilities for Silverlight and Silverlight on Windows Phone 7. As Liam Cavanagh mentions in this blog post before TechEd:

I have a TechEd session this week where I will be demonstrating all of this as well as how we will be extending the capabilities of the sync framework for creating offline applications, specifically allowing Silverlight, Windows Phone 7 and even non-MSFT platforms to be used for the clients.

Link

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜