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
Tagged Content List
Wiki Page:
Windows Phone: Cross-platform MVVM with MvvmCross
Pete Laker
This article provides links to articles, videos and other resources for MvvmCross a truly cross-platform, free, and open MVVM C# framework. Introduction Model View ViewModel (MVVM) is an architectural pattern which is commonly used in Windows (Phone) apps to separate the user interface...
on
27 Mar 2015
Wiki Page:
Windows Phone: Cordova (PhoneGap) and Windows Phone 8
Pete Laker
This article provides links to information about working with Cordova (PhoneGap) on Windows Phone 8. Introduction Apache Cordova (earlier known as PhoneGap) APIs can be used to build a native mobile applications using HTML, CSS and JavaScript. Cordova provides number of JavaScript libraries...
on
27 Mar 2015
Wiki Page:
Windows Phone: How to use Facebook Graph API in Windows Phone
Pete Laker
This article explains how to use Facebook Graph API in Windows Phone 7. Introduction This article shows how to access the Facebook Graph API in Windows Phone 7, using an adapted version of the Facebook C# SDK (tested with v5.3.2.0). The Facebook C# SDK is designed for using with the...
on
27 Mar 2015
Wiki Page:
Windows Phone: Comparing Qt C++, C-Sharp and Visual Basic
Pete Laker
This article provides a comparative overview of programming languages used on Nokia Platforms: C# and Visual Basic (Windows Phone), and Qt C++(Symbian and MeeGo). Comments Visual Basic 'This line is commented C# // This line is commented /* This line block...
on
27 Mar 2015
Wiki Page:
Windows Phone: Sharing media on Windows Phone 8
Pete Laker
This article explains how to share images from Windows Phone to multiple destinations including cloud storage services, social networks. We will also utilize Bluetooth and NFC to perform easy sharing locally between different devices. Introduction This article will help you implement media...
on
27 Mar 2015
Wiki Page:
Windows Phone: How to play audio in in XAML app using XNA library
Pete Laker
This article shows how to play audio sounds in silverlight using the XNA SoundEffect class. Silverlight has MediaElement element to play Audio and Video, but this element is very heavyweight for playing sound files. When it plays them, it stops all other media playback on the phone. So XNA library...
on
27 Mar 2015
Wiki Page:
Windows Phone: How to play a streamed mp3 on Windows Phone 7
Pete Laker
How To To start creating a new Windows Phone Application, start Microsoft Visual studio then create a new Project and select Windows Phone Application Template In Visual Studio Solution Explorer, right-click References under your project and click Add Reference In the Add Reference dialog...
on
27 Mar 2015
Wiki Page:
Windows Phone: Displaying Nokia Music Metadata with JQuery Mobile
Pete Laker
This article explains how to display Nokia MixRadio metadata with JQuery Mobile UI. Introduction This article shows how to create a simple UI with JQuery Mobile to view the metadata on Nokia MixRadio REST API. The JQuery Mobile based UIs can be run on almost every smartphone platform. For...
on
27 Mar 2015
Wiki Page:
Windows Phone: Camera Lens apps on Windows Phone
Pete Laker
This index provides links to Camera lens resources for Windows Phone. Introduction A lens is a specialised camera or imaging app that can be opened from the built-in camera app (in addition to the application list). Lenses offer a consistent experience for users to find apps and tools which...
on
27 Mar 2015
Wiki Page:
Windows Phone: Camera Pic & GeoTagging App using PhoneGap
Pete Laker
This article demonstrates the usage of PhoneGap for capturing photos and using gelocation API to geotag the captured photos. Introduction Apache Cordova PhoneGap APIs can be used to build native mobile applications using HTML, CSS and JavaScript. Cordova provides number of JavaScript libraries...
on
27 Mar 2015
Wiki Page:
Windows Phone: Connect Universal App with SQLite Database and MVVMLight Toolkit
Pete Laker
This article explains how to ... Connect Universal Windows App with SQLite Database and MVVMLight Toolkit Introduction I will assume that you have an idea of how the MVVMLight toolkit works. If not, this MVVMLight Fundamentals Course . I have provided a template for a Universal Windows MVVMLight...
on
27 Mar 2015
Wiki Page:
Windows Phone: Checking network availability in Windows Phone
Pete Laker
This article explains how to check the availability of network connection on Windows Phone. Introduction Many applications utilize network connection for various purposes like feeds, sending & receiving data to/from server, etc. The following article explains how one can detect if the...
on
27 Mar 2015
Wiki Page:
Windows Phone: Showing/Hiding map content with Windows Phone maps API
Pete Laker
Introduction This article shows how to display/hide map content with Windows Phone maps API. The WP7 codes discussed here are implemented in examples made for WP7, and can be found from Maps Examples for Windows phone wiki page. Implementation on WP7 With WP7 Bing maps API you could...
on
27 Mar 2015
Page 66 of 82 (2,050 items)
«
64
65
66
67
68
»