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
»
windows phone 8
Related Posts
Blog Post:
遭遇Lumia 920重置过程中齿轮困境及解决
Nevin (Naiwen) Dong
前两天,把自己的 WP8 手机放在裤子口袋里,可能是按键被无意触碰,结果手机登录密码被反复重试,只剩最后一次机会了。 以前在 WP7 及之前的 Lumia 800 手机都碰到过类似情况,包括被别人反复试登录密码,结果结局就是手机操作系统被重置。从某种角度来讲,这一特性保护了手机拥有者的数据安全,特别是遭遇丢失或恶意登录的情形。 这次鬼使神差,在最后这次输入密码的时候,输错一个数字,结果再次悲剧了,系统重置了。 更加悲剧的是:重置过程一直卡在一个齿轮界面。原以为像以前一样,很快就可以完成重置,初始化完手机后重新装应用;没想到,这次齿轮不停转,界面保持了两、三个小时没有任何变化。...
on
6 Jan 2014
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 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 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
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