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
Translate this page
Powered by
Microsoft® Translator
Popular Tags
.net
Active Directory
AD DS
ASP.NET
azure
Benoît Jester
BizTalk
BizTalk Server
BizTalk Server 2010
C#
C# .NET
Chen V
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2010
fa-IR
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
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 French
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
Browse by Tags
>
TechNet Articles
>
All Tags
>
Windows Phone Migration Content
Tagged Content List
Wiki Page:
Windows Phone: Dropbox with Windows Phone
Pete Laker
This article explains how to connect Windows Phone to DropBox cloud service using SharpBox Introduction SharpBox is an open source project that provides access to Dropbox cloud services on Windows Phone. This article covers basic functionality of Sharpbox library: how to use it and how to wrap...
on
7 Apr 2015
Wiki Page:
Windows Phone: Designing URI scheme handlers
Pete Laker
URI schemes can be used in many different use cases, and this document solely concentrates on their usage with URI Scheme launcher within Windows phone (8). Introduction You can design your own URI Scheme and register it in and application. Another application can use the URI scheme protocol...
on
7 Apr 2015
Wiki Page:
Windows Phone: Deserialize the XML response to a Data class
Pete Laker
This article explains how to deserialize an XML response to a Data class Introduction In a previous article I explained the steps to create a data class for an XML response. This data class will be used to de serialize (parse & fill the values of properties) an XML response. ...
on
7 Apr 2015
Wiki Page:
Windows Phone: Dynamic Lock Screen for Windows Phone 8
Pete Laker
This article explains how to change the Lock screen image of Windows Phone 8 using application that can be set in Lock screen setting. Going further, this article also explains how we can change the lock screen periodically with new image which can located on app folder or over internet. We will also...
on
7 Apr 2015
Wiki Page:
Windows Phone: Compiling and using SQLite Encryption Extension (SEE) with Windows Phone 8
Pete Laker
This article explains how to compile and use the SQLite Encryption Extension (SEE) with Windows Phone 8. Introduction The SQLite Encryption Extension (SEE) is an add-on to the public domain version of SQLite that allows an app to transparently read and write encrypted database files. ...
on
7 Apr 2015
Wiki Page:
Windows Phone: Collection of Value converters for Windows Phone apps
Pete Laker
This article gives some examples for value converters that can be used in different scenarios in Windows Phone apps. Introduction Value converters ( IValueConverter Interface ) are a versatile instrument helping in data binding scenarios on the Windows Phone (and Windows 8 Modern UI or WPF...
on
7 Apr 2015
Wiki Page:
Windows Phone: Data Binding to controls on Windows Phone
Pete Laker
This article explains how bind data objects in code to objects declared in your Windows Phone app's XAML UI. Introduction Windows Phone apps typically define their UI declaratively using XAML (in Expression Blend). While some UI component values may be hardcoded in XAML, many will be provided...
on
7 Apr 2015
Wiki Page:
Windows Phone: Azure Mobile Services - Importing data from Excel
Pete Laker
Introduction This article demonstrates how to import data from an Excel file into Azure Mobile Services so that it can be used by your app. We assume you have an existing service, perhaps created by following this guide: Azure Mobile Services on Windows Phone . Tools In order to import...
on
7 Apr 2015
Wiki Page:
Windows Phone: Azure Blob Storage - Uploading images using REST API
Pete Laker
This article explains how to work with Windows Azure Blob Storage using its REST API, allowing access to images or other files that can be accessed from anywhere in the world via HTTP or HTTPS. Introduction Windows Azure Blob Storage is a web service for storing large amounts of unstructured...
on
7 Apr 2015
Wiki Page:
Windows Phone: Encrypting and Decrypting data using RSA in Windows Phone
Pete Laker
This article explains how to encrypt and decrypt data using RSA algorithm in Windows Phone . Note: This is a community entry in the Windows Phone 8 Wiki Competition 2012Q4 . Introduction This article explains how to use RSA algorithm to encrypt and decrypt data. ...
on
7 Apr 2015
Wiki Page:
Windows Phone: Optical Reader Library for Windows Phone 8
Pete Laker
This article shows how to use the Optical Reader Library. It explains both how to integrate the Optical Reader Task into a Windows Phone 8 app in order to read QR and other barcodes, and how to extend the library to support other processors for image enhancement and decoding. Table of Contents Introduction...
on
7 Apr 2015
Wiki Page:
Windows Phone: Treasure Hunt Application Example Using NFC and Nokia Maps API
Pete Laker
This article describes how to create a WP8-application in which the user hunts NFC tags as treasures using a Nokia Maps -map element as help. Table of Contents Introduction Part 1: Creating a New Visual Studio Project, Adding Project Assets and Modifying the XAML Modifying the XAML Adding Map Device...
on
7 Apr 2015
Wiki Page:
Windows Phone: Image scrolling synced with large text scrolling
Pete Laker
This article explains how to auto scroll a large image in sync with large text. Introduction Sometimes you have a page that contains both a large image and a lot of text. The best UI would be to display both, but there simply isn't enough room on the screen. The temptation is to crop the...
on
7 Apr 2015
Wiki Page:
Windows Phone: Retemplate Windows Phone Slider control to show Minimum, Maximum and Value values
Pete Laker
This article explains how to change style of the default Windows Phone 8 Slider control to show Minimum , Maximum and current Value property values Introduction The Slider control in Windows Phone controls library lets user change a value in a certain range, but doesn't provide her with...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to install MVVM Light Toolkit for Windows Phone
Pete Laker
Overview The MVVM Light Toolkit is a set of components to help people use the MVVM pattern (it may be used in all XAML/C# frameworks). This article shows how to install the nuget package for the MVVM Light Toolkit to a particular project. There are other more general installation instructions...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to style the ToggleSwitch from the Windows Phone ToolKit
Pete Laker
This article explains how to re-template the ToggleSwitch from the Windows Phone Toolkit so that it displays correctly on a solid colour background. Introduction One of the most popular controls contained in the Windows Phone Toolkit is the ToggleSwitch . While this control looks good on the...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to use Auto Complete Box in Windows Phone
Pete Laker
This article shows how to use AutoCompleteBox , a Windows Phone control that provides a text box for user input and a drop-down that contains possible matches based on the input in the text box. Pre-requisites The AutoCompleteBox is defined in the Silverlight Toolkit, whose most recent...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to test multi touch in the Windows Phone Emulator
Pete Laker
This Multi-Touch Vista project on codeplex provides a Windows service which emulates a touch screen, with multiple touch points. You can use this service to test multi-touch apps even if you don't have a device. To install this service, follow the steps from the download page . Alternatively...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to use Cimbalino Windows Phone Toolkit - MessageBoxService
Pete Laker
This code example shows how display message boxes in your app using MessageBoxService from the Cimbalino Windows Phone Toolkit . Introduction The Cimbalino Windows Phone Toolkit delivers a set of useful and powerful MVVM -compatible tools and services to help developers build Silverlight...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to use Cimbalino Windows Phone Toolkit - NavigationService
Pete Laker
This code example shows how to use the navigation service (NavigationService) provided by Cimbalino Windows Phone Toolkit . Introduction The Cimbalino Windows Phone Toolkit delivers a set of useful and powerful MVVM -compatible tools and services to help developers build Silverlight applications...
on
7 Apr 2015
Wiki Page:
Windows Phone: Creating and Using a Hosted Server for Backing Up Windows Phone App Data
Pete Laker
This article explains how to creating and using a hosted server for backing up Windows Phone app data. Table of Contents Introduction Implementing the service on your server Implementing the client code to send your data References Downloads Credits: Introduction There are some use cases...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to use Cimbalino Windows Phone Toolkit Device Info - DeviceExtendedPropertiesService
Pete Laker
This article shows how to get the device extended properties using DeviceExtendedPropertiesService from the Cimbalino Windows Phone Toolkit . Introduction The Cimbalino Windows Phone Toolkit delivers a set of useful and powerful MVVM -compatible tools and services to help developers build...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to use Cimbalino Windows Phone Toolkit Media Library - FMRadioService
Pete Laker
This samples has the goal to show how to use Cimbalino Windows Phone Toolkit Media Library - FMRadioService. Introduction The Cimbalino Windows Phone Toolkit delivers a set of useful and powerful MVVM -compatible tools and services to help developers build Silverlight applications for Windows...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to use Cimbalino Windows Phone Toolkit Media Library – MediaLibraryService
Pete Laker
This samples has the goal to show how to use Cimbalino Windows Phone Toolkit Media Library - MediaLibraryService. Introduction The Cimbalino Windows Phone Toolkit delivers a set of useful and powerful MVVM -compatible tools and services to help developers build Silverlight applications...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to use Cimbalino Windows Phone Toolkit UserInfo - UserExtendedPropertiesService
Pete Laker
This article shows how to obtain an anonymous identifier for the user of the device with UserExtendedPropertiesService from the Cimbalino Windows Phone Toolkit . Introduction The Cimbalino Windows Phone Toolkit delivers a set of useful and powerful MVVM -compatible tools and services to...
on
7 Apr 2015
Page 19 of 35 (856 items)
«
17
18
19
20
21
»
Can't find it? Write it!
Post an Article