Sign in
Nevin Dong's Blog
Tags
Android
architecture
Azure
connected
CORS
Design Pattern
Diagnostics
High Availability
IaaS
Instance
iOS
Java
JavaScript
Live Connect Services
Live to code
Management Portal
Mobile Services
PowerShell
private cloud
reference architecture
REST API
S#
Scalability
SCOM
Script Sharp
SQL Server
Store App
System Center
Team Foundation Service
Upgrade
Virtual Machines
virtualization
Web Sites
Windows 8
Windows Azure Mobile Service
Windows Azure Web Sites
Windows Phone 8
Windows Store App
Browse by Tags
TechNet Blogs
>
Nevin Dong's Blog
>
All Tags
>
windows 8
Tagged Content List
Blog Post:
自己动手打通Windows Store App, Windows Azure Mobile Service和Live Connect services
Nevin (Naiwen) Dong
在开发Windows 8 Store App中,最简便快捷地实现与Windows Azure Mobile Service的移动应用,就是利用Windows Azure Management Portal(管理门户)所提供的初始项目下载,然后根据自己需要增加定制代码。 为了更好地管理用户和增加安全性,往往增加身份验证功能,例如与Microsoft Live Connect Services连接,实现对LiveID等的验证。当然,也可以集成第三方(例如Facebook, Twitter, Google等)的身份验证服务。 具体可见: http://www.windowsazure.com...
on
21 May 2013
Blog Post:
如何在Windows Azure 应用中实现发邮件(email)、发短信(SMS)的功能
Nevin (Naiwen) Dong
如何在Windows Azure 应用中实现发邮件、发短信的功能 基于Windows Azure的云应用,特别是使用Windows Azure Mobile Service,可以实现与多种设备端的通讯,例如:基于Windows 8的平板、Windows Phone 8手机、iOS平板和手机、Android平板和手机等。 http://blogs.technet.com/b/nevin_dongs_blog/archive/2012/09/29/windows-azure-mobile-service-connected-windows-8-metro.aspx http://blogs.technet...
on
18 Apr 2013
Blog Post:
Windows Azure提供面向Android开发者的Mobile Services
Nevin (Naiwen) Dong
最近,微软发布了面向Android开发者的Mobile Services的SDK,这也再次体现了Windows Azure作为一个开放性平台,特别是其对开源软件群体的贡献,这个SDK可以通过访问以下地址获得: https://github.com/WindowsAzure/azure-mobile-services 截至目前,已经Windows Azure Mobile Services提供了面向不同开发者的SDK和技术支持,分别是: · Windows Store (Windows 8) · Windows Phone 8 · IOS · Android 总的来看,Windows Azure...
on
5 Mar 2013
Blog Post:
Windows Azure Mobile Services增强对iOS 应用的推送提醒服务(Push Notifications):APNS
Nevin (Naiwen) Dong
Windows Azure Mobile Services增强对iOS 应用的推送提醒服务(Push Notifications) 所谓“云”加“端”应用,特别是移动应用,在云这一面,关键问题有三个: · 数据:端的存储容量相对比较小,同时不便于持久化保持状态;特别是海量数据、大数据(Big Data),必须存储在云上,这也是为什么“云”加“端”模式,对于移动应用更有吸引力、更具潜力。 · 推送:将云服务、消息、数据推送到端,特别是移动设备,这个是“云”、“端”之间通讯的关键部分。相比较双方数据同步,推送对于业务处理、及时响应等具有更明显的业务意义。 · 安全性:确保数据安全,确保数据在业务权限范围内被合法访问...
on
20 Dec 2012
Blog Post:
如何将VHD转化为可启动,并在Windows 8中启动
Nevin (Naiwen) Dong
最近在制作开发Windows Azure的虚机的时候,发现一个有趣的问题。 在完成一个基本的VHD后,如何将这个VHD转化为可启动的? 先将这个VHD拷贝到指定的目录,例如C:盘建立的新的VHD目录,例如C:\VHD\。 然后可以用管理员身份,启动PowerShell,然后执行下面的操作: 通过bcdedit /copy {current} /d "VHD_Boot"的输出,获得{CLSID}。 然后bcdedit /set {CLSID} device vhd=[C:]\VHD\DISK.VHD bcdedit /set {CLSID} osdevice vhd...
on
30 Nov 2012
Blog Post:
Windows 8 Store App和Desktop App如何使用WIFI API
Nevin (Naiwen) Dong
Windows 8 为移动应用开发提供了巨大的拓展空间。其中一个应用场景就是如何让应用能够自动地配置、连接和断开无线网络连接。 对于Desktop App,以下的资源比较有用,特别是针对Windows 8和Windows Server 2012: http://msdn.microsoft.com/en-us/library/windows/desktop/ms706556(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/windows/desktop/dd439487(v=vs.85).aspx 但对于Windows 8 Store...
on
8 Nov 2012
Blog Post:
Windows Azure + Metro App 设计开发模式探索(一):不妨尝试“云+端”
Nevin (Naiwen) Dong
2012 年 11 月 3 日- 4 日,Windows 8 应用开发马拉松(Hackathon)将同时在北京、上海、广州、成都、深圳、西安等6个城市“鸣枪”,为期两天、连续 36 小时,预计将有数千名中国学生和开发者共同参与和体验这一“赛事”。 http://msdn.microsoft.com/zh-cn/Hackathon 说到Windows 8 Metro App,从用户体验角度,使用者会更多关注全新的多点触摸式体验。其实Metro应用不仅仅是多点触摸,还有一个术语值得探索,那就是沉浸式的用户体验。 同时,我们看到的是,Metro App不仅仅在大家常用的笔记本电脑、台式机PC...
on
25 Oct 2012
Blog Post:
Windows Azure Training Kit又有新的更新发布了
Nevin (Naiwen) Dong
今天在网上看到,Windows Azure Training Kit又有新的更新发布了: http://www.microsoft.com/en-us/download/details.aspx?id=8396 马上下载下来,尝个新鲜。 一个有趣的变化是HANDS-ON LABS里,分别按照“visual studio 2012”、“visual studio 2010”和“open source”提供。如下图所示意: 这个大大方便了安装VS2012的用户,特别是使用Node.js, PHP, WebMatrix等开发工具/语言的开发者。 对于很多open source开发者,特别是startup的开发者...
on
17 Oct 2012
Blog Post:
基于Windows Azure Mobile Service,实现云连接(Connected)的Windows 8 Metro应用
Nevin (Naiwen) Dong
基于Windows Azure Mobile Service,实现云连接(Connected)的Windows 8 Metro应用 最近,在和几位朋友聊天的时候,聊到了“云+端 (Cloud plus Client/device)”的话题。老实说,这并不是一个新话题:云+端、云+设备、物联网、智慧/感知{城市|交通|社区|医疗|…},等等。这些话题在太多场合被谈及,有点听觉疲劳了。 但同时,一些潜移默化的变化在身边发生:越来越多的人已经开始把笔记本电脑扔在办公室里,丢下的不仅仅是重量,还包括了一定的计算能力、存储容量;而手上的平板/PAD/手机等,已不是被限制在娱乐和游戏等简单应用,而是可以从容不迫地进行办公和业务处理...
on
28 Sep 2012
Blog Post:
创建Windows Azure Mobile Services
Nevin (Naiwen) Dong
今天微软发布了最新的Windows Azure Mobile Services的Preview版本, Cool! 大家都在谈“云+端”,如何让这两个东西在一起更好的结合在一起,才能真正做出好的应用,讲出好的story来。 如今,端上有了Windows 8 RTM,再加上Windows Phone,还有更多的基于Windows RT的设备等,真正是空间无限。 而Azure云如何能够更好地支持这些端呢?Windows Azure Mobile Services来得正是时候。 http://www.windowsazure.com/en-us/develop...
on
28 Aug 2012
Page 1 of 1 (10 items)