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: Google+ authentication in Windows Phone application
Pete Laker
This article demonstrates how to implement Google+ OAuth2.0 authentication and fetch user data on Windows Phone, without using a third party library. Note: Google provides a OAuth2.0 .Net Client Library that can be used to access Google+ services. The author has not tried this...
on
8 Apr 2015
Wiki Page:
Windows Phone: Getting user information with the Live Connect API for Windows Phone
Pete Laker
This article demonstrates how to get user information with Microsoft Live Connect APIs on Windows Phone 7. It also provides a brief overview of some of the other functionality exposed by these APIs. Introduction In this article we will take a look how can we get started using the Live Connect...
on
8 Apr 2015
Wiki Page:
Windows Phone: Hawaii cloud services for Windows Phone 7
Pete Laker
This article explains how to use the Hawaii cloud service for Windows Phone 7. The Hawaii project provides OCR, speech-to-text and relay services for non commercial use. Introduction Hawaii is a Microsoft research projects which enables researchers & students to develop cloud based...
on
8 Apr 2015
Wiki Page:
Windows Phone: Birthday Calendar for Windows Phone
Pete Laker
This article demonstrates how to integrate Facebook friends birthday events to a calendar using Microsoft Live Connect API . Introduction Windows Phone Calendar API doesn’t provide access to Facebook events/birthday. So the Facebook events/birthday that we see in the device default calendar...
on
8 Apr 2015
Wiki Page:
Windows Phone: Foursquare authentication in Windows Phone application
Pete Laker
This article demonstrates how to implement Foursquare OAuth2.0 authentication and fetch Foursquare data without using any third party library. Introduction Foursquare OAuth2.0 authentication enables third party application to access user data using Foursquare API . In this article we will...
on
8 Apr 2015
Wiki Page:
Windows Phone: Facebook authentication in Windows Phone application
Pete Laker
This article demonstrates how to implement Facebook OAuth2.0 authentication and fetch Facebook data without using any third party library. Note: If you do want to use a third party library, the Facebook C# SDK is a popular choice. It supports a number of platforms and is licensed under...
on
8 Apr 2015
Wiki Page:
Windows Phone: Azure Mobile Services - Implementing Push Notifications
Pete Laker
This article explains how to implement push notifications on Windows Phone with Azure Mobile Services. Introduction This article explains how to implement push notifications on Windows Phone using Azure Mobile Services, and provides both client code for registering to receive push notifications...
on
8 Apr 2015
Wiki Page:
Windows Phone: Google Translate
Pete Laker
This article demonstrates how to implement Google Translate as a free service in Windows Phone. Introduction Google provides a paid translation service: Google Translate API . This article uses the free Google Translate web service to get the response in HTML format and parse the actual...
on
8 Apr 2015
Wiki Page:
Windows Phone: Flicker Dynamic Lock screen application for Windows Phone 8
Pete Laker
This article explains how to create application that change the lock screen image using Flicker images like inbuilt bing app. In this article we will use RSS functionality in getting image and setting it as lock screen. Introduction This article shows how to create locks screen application...
on
8 Apr 2015
Wiki Page:
Windows Phone: States and transitions basics QML vs. Silverlight
Pete Laker
With QML if you want to implement states and transitions, you would basically define them separately. Basically you would start first by defining the states, and what properties would change when the state is changed, this could be handled for example like this: states: [ State { name: "pressed"...
on
8 Apr 2015
Wiki Page:
Windows Phone: Selection List for Qt and Windows Phone
Pete Laker
This article demonstrates how to create selection lists in Qt and Windows Phone 7. Introduction Selection lists are lists of items from which the user can select one or more items. The lists can optionally be scrollable, and have a highlight to show single or multiple selections. Both...
on
8 Apr 2015
Wiki Page:
Windows Phone: Toggle Switch and Progress Bar in Qt and Windows Phone
Pete Laker
This article demonstrates how to use a Toggle Switch and a Progress Bar in Qt and Windows Phone. Introduction The code examples both have a Toggle Switch and a Progress Bar. When the toggle switch is "On" a timer is used to update the progress bar value. The progress bar stops if...
on
8 Apr 2015
Wiki Page:
Windows Phone: Sliding Page Navigation in Qt and Windows Phone
Pete Laker
This article demonstrates how to create a sliding page navigation in Qt and WP7. Introduction In this article we will see how to create sliding page navigation for both in Qt and WP7. For Qt we will use QML VisualItemModel Element and for WP7 we will use Pivot controls. ...
on
8 Apr 2015
Page 18 of 66 (1,650 items)
«
16
17
18
19
20
»