TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Nevin Dong's Blog
Tags
Active Directory
AD
Alwayson
analytics
Android
Architecture
AutoScale
Azure
bandwidth
Big Compute
Big Data
Billing
BitLocker
Blob
cloud service
connected
Data Disk
Design Pattern
diagnostics
DIP
Dynamics
EF
Endpoints
Event Hub
github
Hadoop
HDInsight
High Availability
Hybrid Cloud
IaaS
Instance
IOPS
iOS
Java
JavaScript
LINUX
Live to code
Local Group Policy Editor
Log
Mahout
Management Portal
Management Service
MapReduce
Media Services
Metric
Microsoft Azure
Migration Assistant
Mobile Services
Mooncake
Multi-tenancy
Notification Hub
Notification Service
Open Source
Oracle
OSS
P&P
Patterns & Practices
Performance
PNS
Powershell
Private Cloud
Public Cloud
Queue
RAID
Reference Architecture
REST API
scalability
SDK
Service Bus
Service Heath Dashboard
Site to Site
SQL Database
SQL Server
SSD
Storage
Store App
Subscription
table
Throttling
Upgrade
VIP
Virtual Machines
Virtual Network
Virtualization
Visual Studio
VM
VM Depot
WAMS
WATK
Web Sites
WebLogic
Windows 8
Windows 8.1
Windows Azure
Windows Azure Connect
Windows Azure Mobile Service
Windows Azure Web Sites
Windows Phone 8
Windows Store App
WNS
Browse by Tags
TechNet Blogs
»
Nevin Dong's Blog
»
All Tags
»
ios
Related Posts
Blog Post:
通知中心(Notification Hub)支持百度通知的推送服务
Nevin (Naiwen) Dong
Microsoft Azure通过 通知中心(Notification Hub)提供了支撑超百万级设备互联的推送服务 。对于广大的Android和iOS的开发者,最近一个令人振奋的好消息:通知中心(Notification Hub)支持百度通知的推送服务。 这个服务不仅仅针对Azure中国地区(代号:Mooncake)的订阅,对于全球其他区域的Azure订阅同样有效。 在之前创建的通知中心服务中,可以发现已经提供了百度通知的配置。如下图: 在百度上创建的过程也是非常简单的,可以访问百度开放云,具体链接地址:http://developer.baidu.com/ 首先创建一个工程,如下图: 然后...
on
30 Oct 2014
Blog Post:
支撑超百万级设备互联的Windows Azure 通知中心(Notification Hub)
Nevin (Naiwen) Dong
“双11”的网上购物狂欢在本周一如期上演,根据统计数据,这一天的消费创造了新的记录。而根据媒体报道( “双11”揭示互联网金融趋势 ),“在“双11”成交的350.19亿中,有53.5亿来自手机淘宝,是去年的5.6倍(9.6亿);手机淘宝单日成交笔数达3590万笔,占整体的21%;支付宝实现手机支付笔数4518万笔,占整体的24.03%;支付宝手机支付额突破113亿,是目前全球移动支付的最高纪录。相比之下,去年手机淘宝交易笔数只占整体的5%,移动电商正在疯狂崛起。”正如报道中所提到的,越来越多的消费及支付行为在移动设备端发生,消费者将体验到“任何时间、任何地点、多样设备”的消费体验。而从商家、从服务运营的角度...
on
16 Nov 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
6 Mar 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 Mobile Service的日志(LOG)进行移动服务的监控和诊断
Nevin (Naiwen) Dong
在Windows Azure移动服务(Mobile Service)中,除了管理门户所提供的仪表板等服务来监控移动服务的运行状况外,还提供了日志(LOG),可以更好地对移动服务进行监控,并且可以在需要的时候,对一些异常情况进行诊断。在移动服务中,经常会使用服务端的脚本(Server scripts),对于这些脚本的调试来说,日志提供了一个非常重要的支持。此外,在移动服务中,一个非常重要的功能便是与提醒服务(Notification Service)的集成,例如针对Windows商店应用(Store Apps)的Windows 推送提醒服务 (WNS)、针对Windows Phone的Microsoft...
on
15 Nov 2013
Blog Post:
Windows Azure Mobile Services增强对iOS 应用的推送提醒服务(Push Notifications):APNS
Nevin (Naiwen) Dong
Windows Azure Mobile Services增强对iOS 应用的推送提醒服务(Push Notifications) 所谓“云”加“端”应用,特别是移动应用,在云这一面,关键问题有三个: · 数据:端的存储容量相对比较小,同时不便于持久化保持状态;特别是海量数据、大数据(Big Data),必须存储在云上,这也是为什么“云”加“端”模式,对于移动应用更有吸引力、更具潜力。 · 推送:将云服务、消息、数据推送到端,特别是移动设备,这个是“云”、“端”之间通讯的关键部分。相比较双方数据同步,推送对于业务处理、及时响应等具有更明显的业务意义。 · 安全性:确保数据安全,确保数据在业务权限范围内被合法访问...
on
21 Dec 2012