This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
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 Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
Windows Phone Migration Content
Tagged Content List
Wiki Page:
Windows Phone: Windows Phone开发实践--行军篇之应用内导航, zh-CN
Pete Laker
孙子兵法行军篇第九:兵非贵益多也,惟无武进,足以并力、料敌、取人而已。夫惟无虑而易敌者,必擒于人。译文:兵力不在于多,而在于不盲目冒进,能集中力量和判明敌情。毫无深思熟虑而又轻敌的将领必定会被敌人俘虏。判明用户需求,深思用户体验,理解页面模型是软件开发者研究的课题,即Windows Phone应用程序的"行军"。尽管软件开发不是战争,但是与战争的相同的是二者的目标——"征服"。在设计之初,遐想用户的内心需求,以应用内导航机制和页面模型引导用户的好奇心去探索。 Windows Phone应用程序的"行军"是由存在于导航堆栈上的页面构成,如若应用程序中过度使用页面...
on
7 Apr 2015
Wiki Page:
Windows Phone: Windows phone7上的URI映射, zh-CN
Pete Laker
简介 UriMapping 用于在一个较短的URI和你项目中的xaml页的完整路径定义一个映射(别名)。通过使用别名URI,开发者可以在不改变导航代码的情况下来改变一个项目的内部结构,或者打破UI部件的任何外部链接(例如toast notifications)。该机制还提供了一个简单的方法以参数在页面之间传递数据,并导航到使用参数动态创建的页面。 此代码示例演示如何在URI映射的页面之间导航,以及如何传递参数到一个新打开的页面。 Code example main view 在代码中URI映射 在这个代码示例中我们创建了3个xaml页...
on
7 Apr 2015
Wiki Page:
Windows Phone 手指滑动效果, zh-CN
Pete Laker
当我们操作手机的时候,有的时候会希望手指划过的时候产生一定的效果。比如雪花,树叶,等等,这种效果类似于水果忍者中的切西瓜,但又不全是,毕竟不同效果实现起来的方法是不同的。 说明 在这篇文章中,我将要演示一个当我们划过屏幕时候,有一连串的小点跟随的效果。我们将提供一张8*8的png图片,并通过手指的移动,不断地拉出一条由这张8*8的图片组成的细线,当然你也可以把图片换成别的,效果依旧。同时,我建议使用png图片,因为png图片拥有透明层,而jpg没有, 所以jpg只能是方形的,而png图片可以多姿多彩。 以下就是我们使用的png图片: 以下就是我们完成项目后的效果图...
on
7 Apr 2015
Wiki Page:
Windows Phone: Windows Phone 应用程序内存分析技术, zh-CN
Pete Laker
本文提供对Windows Phone应用程序的内存使用分析技术的概述。 Windows Phone Memory Profiler 通过运行Windows Phone Memory Profiler 可以获得应用程序的内存消耗的时间轴图,重要事件的故障(垃圾回收,图像创建等),还可以自动分析你的应用程序的内存使用。分析器包含在Windows Phone SDK7.1中,可以在任意版本上的Visual Studio上运行。 下面的部分描述了一个简单的测试程序,通过它可以实现在分析时分配和释放内存,余下的内容是展示如何使用内存分析。 内存分析测试示例程序...
on
7 Apr 2015
Wiki Page:
Windows Phone: Como usar Cimballino Windows Phone Toolkit PhoneDialer - PhoneCallService, pt-BR
Pete Laker
Este artigo mostra como usar o Cimbalino Windows Phone Toolkit PhoneDialer - PhoneCallService. Introdução Cimbalino Windows Phone Toolkit é um conjunto de itens uteis e poderosos para ajudar na implementação de aplicações Windows Phone. Projeto base do toolkit contendo serviços para implementação...
on
7 Apr 2015
Wiki Page:
Windows Phone: 在WP7中显示员工xml数据, zh-CN
Pete Laker
本文展示了如何在Windows Phone中显示xml数据。 简介 本文展示了如何从服务器获取有关员工的xml数据,并在Windows Phone中显示。加载的xml数据会在一个ListBox中显示(图1),选中的用户的详细信息则显示在一个单独的页面上(图2),你也可以给选中的用户打电话发短信。 在服务器上准备数据 本示例使用xml做数据。请准备好如下格式的xml文件和照片。 请给你的员工准备一些漂亮的照片,和xml文件放在同一目录下。 Windows Phone 7.1 SDK ...
on
7 Apr 2015
Wiki Page:
Windows Phone: كيفية إجراء مكالمة في ويندوز فون 7, ar-SA
Pete Laker
هذا المثال يعرض كيف يعمل تطبيق الهاتف بإستخدام PhoneCallTaskAPI في ويندوز فون 7. Note: وعلى العكس من سيمبيان، ويندوز فون لا يسمح لك بإجراء مكالمات "مباشرة" من التطبيق الخاص بك، أو لمراقبة والاتصالات و المكالمات الوارد و في الكود التالي عند الحاجة لبدء المكالمة سيتم الطلب من المستخدم...
on
7 Apr 2015
Wiki Page:
Windows Phone: 如何使用Windows Phone 7打电话, zh-CN
Pete Laker
本文描述了如何使用托管API在Windows Phone上打电话。 简介 本文的目的是为了以编程的方式打电话,有时应用程序有这样的要求。在这种情况下,我们使用Microsoft.Phone.Tasks命名空间下的PhoneCallTask来打电话。 举个例子,我们通过自己的应用程序拨打电话。创建一个新的 Windows Phone Silverlight应用程序,添加一个按钮到Visual Studio生成的默认的XAML页面, <Grid x:Name = "ContentPanel" Grid.Row = "1"...
on
7 Apr 2015
Wiki Page:
Windows Phone: Finnkino剧院的电影, zh-CN
Pete Laker
这篇文章解释了如何装载大量的基于XML的数据 - Finnkino剧院的电影 - 并在Windows Phone上显示剧院的时间表和电影数据。 简介 这篇文章展示如何创建Windows Phone应用程序来从Finnkino's XML中加载电影信息。剧院和电影的数据将被解析并显示在Windows Phone应用程序的不同的页面中。 应用程序设计为运行在WP7Panorama类型。首先应用程序连接到Finnkino's XML服务并加载当前显示的所有事件(一个XML文件)。之后,加载所有的剧院事件的信息和日程安排(仅限芬兰地区)。在Panorama视图的芬兰剧院都显示在一个ListBox控件...
on
7 Apr 2015
Wiki Page:
Windows Phone: WP7 Isolated Storage中的文件管理, zh-CN
Pete Laker
本文展示了如何在WP的Isolated Storage中存储文件。 简介 Isolated Storage是用来在Windows Phone中存储本地数据的。有两种方式使用它: IsolatedStorageFile :用来存储/读取文件。 IsolatedStorageSettings :用来存储/读取键值对形式的应用程序设置。 File Manipulation in WP7 WP7 Isolated Storage Explorer...
on
7 Apr 2015
Wiki Page:
Windows Phone: Windows Phone 8中的应用间通讯, zh-CN
Pete Laker
自定义文件类型关联 Windows Phone 8中,当用户想打开特定文件时,文件关联允许您的应用自动启动。该文件来源包括但不限于以下来源: - 邮件附件 - 浏览器 - NFC Tag - 其他应用程序 - SD卡 在Manifest文件中注册文件类型 … … </ Token > < Extensions > < FileTypeAssociation Name = "a2a" NavUriFragment = "fileToken=%s" TaskID = "_default"...
on
7 Apr 2015
Wiki Page:
Windows Phone: 在Tap事件处理程序中加载本地图像文件, zh-CN
Pete Laker
简介 这篇文章主要介绍了三件事情。 如何在windows phone中检测Tap event。 如何加载本地图像文件。 如何在Sileverlight C#项目中使用典型的switch..case结构。 基本理念 这里有四个文件,分别命名为Image1.jpg,Image2.jpg,Image3.jpg 和 Image4.jpg。当用用手指点击屏幕(tap)时我们会将图片一个一个的加载上去。这一系列图片将会重复显示直到用户继续点击屏幕。 实现 为了实现这些理念,我们将跟随下面提到的步骤来做。 创建一个Silverlight...
on
7 Apr 2015
Wiki Page:
Windows Phone: 中的Json解析 (zh-CN)
Pete Laker
介绍 在.net中解析Json字符串,需要用到System.Runtime.Serialization.Json,在Windows Phone7的SDK中,它包含在System.Servicemodel.Web里,所以第一步,需要添加System.Servicemodel.Web的引用。 添加如下的类,用于序列化和反序列化Json字符串。 public class JsonParser { //序列化 public static string Serialize ( object objectToSerialize ) { using ( MemoryStream...
on
7 Apr 2015
Page 48 of 66 (1,650 items)
«
46
47
48
49
50
»