Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!
Windows Phone Zone is brought to you in partnership with:
  • submit to reddit
Lohith Nagaraj05/16/12
332 views
0 replies

Windows Phone A-Z Resources

In this post I would like to point you all to an excellent post my one of my favorite technical blogger Scot Hanselman. Scot is a principal program manager at Microsoft and works for the Web Department.

Mikael Koskinen05/16/12
271 views
0 replies

TcpClient – Making Windows Phone Sockets Easy

SocketEx.TcpClient is a MIT-licensed TcpClient for Windows Phone which aims to make working with Windows Phone sockets easy. Compared to the TcpClient in full .NET Framework, SocketEx.TcpClient isn’t 100% compatible and some of the features aren’t implemented at all.

Daniel Egan05/15/12
233 views
0 replies

The Tale of 3 Platforms

How to use Uncorked to log/rate your Wine collection on all three platforms (Windows, Android, Apple).

Karthikeyan Anb...05/14/12
666 views
0 replies

Play with Media Player Task in Windows Phone

In this article we are going to see how to play around with the Media Player Launcher task, with this Media Player task we can provide with in the application to launch a media player and play a video or audio file.

Den Delimarsky05/12/12
577 views
0 replies

Use Built-In Application Icon Resources on Windows Phone

In some cases, it is possible to use stock icon resources as the main Windows Phone application icon. Den lists some of the icons as well as shows how to access them.

Den Delimarsky05/12/12
1052 views
0 replies

Adjusting The Player Size In a 2D RPG Built with XNA on Windows Phone

Den Delimarsky explains how to use spritesheets with different fragment sizes and ensure a smooth transition between them when necessary in XNA.

Karthikeyan Anb...05/12/12
788 views
0 replies

Messin' with Bing Maps Directions Task in Windows Phone

This quick tutorial walks you through the Bing Maps Direction Task, currently available in Windows Phone App. development; it allows you to find the shortest driving direction between 2 specific points.

Karthikeyan Anb...05/11/12
398 views
0 replies

Play with Address Chooser Task in Windows Phone

In this tutorial we are going to start with the list of chooser task, in my previous tutorials we have seen the different Launcher tasks available and we explored each one of them. Here we are going to see about the Address Chooser Task, with this chooser task we can provide an option for the end user to select a contact and get information on that particular contact.

William Soprano05/13/12
677 views
0 replies

Internet’s First Spanish Review Site for Family-Friendly Windows Phone Apps

To celebrate its sixth month on the web, Windows Phone Parent has launched Familia Windows Phone, the first Spanish review site for Windows Phone apps that enhance the lives of kids and their parents.

Francesco De Vittori05/10/12
735 views
0 replies

Silverlight Unit Testing With NUnit: yes you can

It may be obvious for most of you, but it took a while to my caveman brain to realize this, so I figured I could post it for other cavemen.

Andrea Haubner05/09/12
533 views
0 replies

Creating Alarm Application for Windows Phone

I don’t have a kitchen timer, but who cares? I have a Windows Phone, right? So I just created a little Alarm application to compensate for missing kitchen equipment.

Andrea Haubner05/09/12
715 views
0 replies

The VibrateController Class for Windows Phone

I don’t have a kitchen timer, but who cares? I have a Windows Phone, right? So I just created a little Alarm application to compensate for missing kitchen equipment.

Sony Arouje05/08/12
1002 views
0 replies

An Exploration of the Silverlight Toolbar Control

This tutorial describes the XAML and code behind the Toolbar panel and Toolbar item for Silverlight, as well as offering a useful test page.

Kunal Chowdhury05/08/12
549 views
0 replies

Tip: Show/Hide System Tray in Windows Phone 7

In this post, we will learn more about Windows Phone 7 System Tray. It is easy to write code to show or hide the tray. We will use a small demo to demonstrate it.

Kunal Chowdhury05/08/12
497 views
0 replies

Detecting System Information of Windows Phone

Under the System namespace, we have a class called “Environment” which has different properties to return information about the Windows Phone 7 device. The exposed APIs are as mentioned below.

Karthikeyan Anb...05/07/12
876 views
0 replies

Working with Consuming an ODATA Service in Windows Phone

In this article we are going to see how to consume a ODATA service in Windows Phone 7 application. ODATA is Open Data Protocol is an entity model used to access data as a REST service, which can be used to execute queries and to create, update and delete data on to the remote data service.

Simon Jackson05/07/12
3122 views
0 replies

The Battle of the Game Engines – Unity vs SunBurn

Unity and SunBurn are two of the top game engines, and are revered by indie developers from all corners of the development world. The following article details my observations of both engines and lays bare for all to see the outline plans and feature lists for each.

Den Delimarsky05/06/12
1128 views
0 replies

Create A Moving Background In A XNA Game on Windows Phone

Den Delimarsky shows how it is possible to create a moving panoramic background for a main menu screen in an XNA game on Windows Phone.

Den Delimarsky05/06/12
1279 views
0 replies

Windows Phone Apps - Code, But Don't Hardcode

Here is why you should try to avoid hard-coding values in your Windows Phone Applications, demonstrated on a real-world application example.

Karthikeyan Anb...05/06/12
916 views
0 replies

How-to: Play with MarketPlace Detail Task in Windows Phone

In this short tutorial we are going to see how to use the Market place detail task, with this task we can get the complete detail of a specified application.

Mikael Koskinen05/05/12
672 views
0 replies

Why Going Back to Previous Page in a Metro App Creates a new Instance of the Page

Continuing our exploration of doing navigation in a WinRT XAML Metro-app, there’s one more crucial difference when the page navigation in WinRT is compared to the Windows Phone 7’s page navigation: The navigation cache.

Mikael Koskinen05/05/12
895 views
0 replies

WinRT: MVVM Navigation and a MVVM Example App

Great frameworks like Caliburn.Micro don't quite exist yet so one way to navigate while using MVVM pattern is to wrap the Frame-object.

Mikael Koskinen05/04/12
904 views
0 replies

Unity: Passing Constructor Parameters to Resolve

When you’re using a DI-container like Unity, you normally don’t have to worry about how the container resolves the new instance. But there may be cases where you have pass in custom constructor parameters for the resolve operation.

Zhiming Xue05/03/12
1566 views
0 replies

Creating Windows Phone, iPhone and Android Apps with iFactr in Visual Studio 2010

Don't let your .NET code go to waste! This video outlines ifactor, a tool that allows you to reuse .NET code for mobile apps.

Mikael Koskinen05/03/12
529 views
0 replies

WinRT: XAML Image Binding Compared to Windows Phone 7

In Windows Phone 7 it’s possible to bind Image-control’s Source-property either to a string or an Uri and they both work. In WinRT binding against an Uri doesn’t work.