I am fairly new to azure, wcf, asp.net and json. I have experience with WPF.
我想在Azure云上建立服务。
Authentication/ASP.net/Session: When an application, for example a WPF application, WP app/whatever, wishes to use the service, it has to authenticate - and be authenticated for the rest of the session. The authentication is done with windows live id (I guess this is where asp.net comes in?).
<强势>WCF: 强势 > 我想用WCF服务来揭露方法。 如何从世界“ 隐藏” WCF服务, 直到用户登录?
Json: 因为我想用这个来(希望将来)WPF应用程序、WP应用程序、机器人应用程序、iphone应用程序等。 我想用Json。
" 强力 " 阿苏尔: " 强力 " 我想主持我所有的 " 暴风雨 " 。
首先,我想创建一个Wpf 应用程序,其内容如下:
- The user logs in/registeres
- The asp.net/wcf authenticates and starts a session. (I don t know how to authenticate)
- The user writes a string and passes this with json/http to the WCF service (http will do for now, unless https is easier when authenticating anyways)
- The WCF services returns "Hello from azure: " + the string the user wrote
我非常愿意听取各种建议和想法。
我需要的帮助是教义、走道、样本、指导等等, 才能让我开始这个项目。 我看过一些教义、 样本等等, 但总是缺少部件 。
有人能指引我正确的方向吗? 提供一些建议?