Blogs of Han

关注Modern App的开发, Azure, IOT, UWP...

Certificate between IoT hub and devices connection

There are a lot of questions from our customers about certificate issues during the TLS connection...

Author: Han Xia Date: 06/27/2017

如何在Windows Store应用程序中进行TLS/SSL通讯

Windows Store应用程序经常需要使用各种Web服务,为了安全起见,这些服务最好是通过https来访问。那么我们如何在Windows...

Author: Han Xia Date: 12/31/2014

流媒体发布--在Windows Store应用中使用Azure媒体服务之三

经过前面的努力,我们终于完成了视频文件的上传和编码,那么接下来的最后一步就是将如何该视频发布出去了。相对应前面的步骤,这一次就要简单的多了。...

Author: Han Xia Date: 11/28/2014

媒体编码--在Windows Store应用中使用Azure媒体服务之二

在上一篇文章里,我们已经了解了如何使用REST...

Author: Han Xia Date: 10/31/2014

媒体上传--在Windows Store应用中使用Azure媒体服务之一

Windows Azure的媒体服务预览已经于8月15日在中国上线,我已经迫不及待的想在在Windows Store应用中加入媒体服务功能带来的便利了。可是,一个很让人沮丧的事情是,目前的Azure...

Author: Han Xia Date: 09/30/2014

Turn off Notification Hub in Azure Mobile Service to use Legacy Push

Currently when you create a new Windows Azure Mobile Service to send push notification(detailed...

Author: JennyLi-MSFT Date: 08/01/2014

注意Windows Phone代码文件的大小

我们收到一些反馈说某些Windows Phone应用程序无法通过应用程序商店进行安装。最终用户在安装应用的时候可能会遇到以下错误:...

Author: Han Xia Date: 06/12/2014

Take care of your Windows Phone code assembly size.

It’s reported that there are some Windows Phone applications which can’t be deployed...

Author: Han Xia Date: 06/12/2014

使用Windbg分析Windows Store 应用的崩溃问题

对于上架的windows store应用程序,微软提供了反馈机制让用户在程序崩溃的时候可以自动上传迷你转储(mini...

Author: Han Xia Date: 05/22/2014

如何在WP8应用中安全的使用Azure Blob存储

在前面一篇文章中,我们演示了在Windows store应用中安全的使用Azure Blob存储的步骤。Windows...

Author: Han Xia Date: 03/23/2014

如何在Windows store应用中安全的使用Azure Blob存储(2)

三. 进一步提高WCF Service的可靠性和安全性 我们已经实现了对Windows Azure上Blob数据的安全存取。但是这还不足以应用到生产环境。在生产环境,我们还需要保证WCF...

Author: Han Xia Date: 03/21/2014

如何在Windows store应用中安全的使用Azure Blob存储(1)

在上一篇文章中,我们演示了在Windows store应用中使用Azure...

Author: Han Xia Date: 03/20/2014

如何在Windows phone 应用中使用Azure Blob存储

前面一片文章介绍了如何在Windows Store应用中如何使用Azure Blob存储。实际上,该文章的大部分内容对Windows...

Author: Han Xia Date: 03/11/2014

如何在Windows store 应用中使用Azure Blob存储

随着Windows Azure在中国的落地,原来许多需要自己维护服务器才能完成的工作我们都可以交给Windows...

Author: Han Xia Date: 03/11/2014

WP8下解决加载图片所导致的内存不够问题的一些建议

由于Windows Phone 8设备的物理内存有限, SDK中限制了应用程序的最大可用内存。对于普通XAML...

Author: Han Xia Date: 02/12/2014

Porting Desktop Apps to Windows 8.1 Store Apps

Windows Store Applications bring a brand new look and user experience. It’s also a great...

Author: Han Xia Date: 01/28/2014

调用ActivateApplication启动Windows商店应用可能导致商店应用崩溃

最近有开发者反映从Windows商店下载下来的某些商店应用如果使用IApplicationActivationManager::...

Author: Han Xia Date: 01/26/2014

Some windows store apps crash when they are launched by ActivateApplication

I’m heard from the developers that some windows storeapplications downloaded from Windows...

Author: Han Xia Date: 01/26/2014

如何在在Windows store应用闪退的时候自动生成dump

当开发者在测试或者用户使用Windows store 应用的时候,我们可能希望Windows...

Author: Han Xia Date: 12/27/2013

分享我在China TechEd13上的讲课ppt:如何优化Windows 8.1应用海量数据加载的性能

View Windows 8.1 store app performance optimization and other presentations by hanxia. 很高兴能在China...

Author: Han Xia Date: 12/13/2013

在MVVM架构下实现将基于ListViewBase控件的显示项滚动到可视范围内(Windows 8.1)

当我们在开发Windows...

Author: Han Xia Date: 11/29/2013

Scroll into View for ListViewBase controls when using MVVM in Windows 8.1 Store apps

When you implement a windows store app which can navigate between the item list page and the item...

Author: Han Xia Date: 11/28/2013

一个由不合理布局导致Windows 8.1 store应用失去响应的例子

如果我们忽视了Windows store应用的界面设计,通常你会得到一个糟糕的用户界面,然而你有没有想过在某种情况下却会导致应用程序失去响应甚至闪退,这里就有这样一个活生生的例子。...

Author: Han Xia Date: 11/13/2013

[Fixed in the latest version]A memory leak issue in Media extensions sample (Windows 8.1)

Media extensions sample demonstrates how to write and use media foundation filter in windows store...

Author: Han Xia Date: 11/06/2013

Incremental update item data for ListViewBase controls in windows 8.1

Generally Listview and Gridview which based on ListViewBase class should process a large amount of...

Author: Han Xia Date: 11/03/2013

Windows 8.1下ListView和GridView的数据分步显示

通常基于ListViewBase类的ListView和GridView需要处理大量的数据项(date Item),如果处理不好的话,会对应用的性能产生严重影响。虽然UI...

Author: Han Xia Date: 11/02/2013

Windows Phone App Studio之初体验

不久前微软推出了基于 Web 的 Windows Phone (WP) 开发工具 Windows Phone App...

Author: Han Xia Date: 10/09/2013

因为不响应Play/Pause消息而导致Windows store 应用提交失败

不少开发者反映说他的应用程序已经通过了WACK测试,但是在提交到应用程序商店后被退回,并给出了如下反馈信息: This app failed to correctly respond to at...

Author: Han Xia Date: 10/04/2013

windows store app submission failure bacause of not responding Play/Pasue events

Some developers reported that their windows store apps passed WACK test. But they failed to submit...

Author: Han Xia Date: 10/04/2013

English: Windows Store app dev center: https://msdn.microsoft.com/en-us/windows/apps/br229512.aspx...

Author: Han Xia Date: 10/04/2013

Port Android apps to Windows Store apps (Windows 8.1)

About this Development Guide If you have been developing Android applications and are interested in...

Author: Han Xia Date: 10/03/2013

[最新版中已修正]Media extensions示例代码中的内存泄露问题 (Windows 8.1)

Media extensions sample演示了如何在windows store应用程序中实现和使用media foundation...

Author: Han Xia Date: 10/02/2013

Porting Desktop Apps to Windows Store Apps

Windows Store Applications bring a brand new look and user experience. It’s also a great...

Author: Han Xia Date: 10/01/2013

如何在Windows store app中使用百度地图

目前提供Windows store app...

Author: Han Xia Date: 09/30/2013