Tag Archives: Mini-Tutorial

Migrating From WP7 to Mango–Fast Application Switching

A Windows Phone Mini-Series In part 1 of this series, I provided links to downloading and installing Windows Phone Mango.  In this, part 2, I’ll provide links about one of the most important new features for Windows Phone Mango: Fast … Continue reading

Posted in Essentials, Mango, Migration, Multitasking | Tagged | Leave a comment

Migrating From WP7 To Mango–Getting Started

A Windows Phone Mini-Series There are hundreds of great new features in Mango, and Windows Phone programmers will want that transition to be as smooth as possible.  Margaret Parsons and I have been busily collecting links to articles, videos and … Continue reading

Posted in Mango | Tagged | Leave a comment

Background Agents

Windows Phone Tutorial Mango brings a number of new features to support background processing; many of which I’ll be covering in coming days and weeks.  The most general of all of these is the Background Agent. Background Agents come in … Continue reading

Posted in Background Agents, Mango, Multitasking | Tagged | Leave a comment

Drag and Drop in 30 Seconds

If this doesn’t convince you that it is worthwhile to learn Blend and Behaviors… Open a new phone project in Blend and drag a shape onto the artboard (e.g., an ellipse). Click on Assets –> Behaviors and drag  MouseDragElementBehavior onto … Continue reading

Posted in Blend, Essentials, Mango, Mini-Tutorial | Tagged | 3 Comments

Adding Icons to the DateTime Picker

Windows Phone Tutorial If you just add a DateTime Picker (from the Windows Phone Toolkit) to your application, it will work but its icons will be very unsatisfactory – just a pair of X’s.  To get the proper icons, follow … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, UI | Tagged | 6 Comments

Windows Phone WCF OData Client

Windows Phone Tutorial In a recent posting I showed how to create a quick OData service using Entity-Framework Code-First and SQLCE4.  In this posting I’ll show how to create a simple Windows Phone client to interact with that service.

Posted in Data, Essentials, Mango, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | 1 Comment

Creating an OData Server Quickly

Windows Phone Tutorial There are numerous ways to access data from Web Services.  To explore these we need a simple server that exposes data we can interact with from a Windows Phone Application. To facilitate this, we’ll build an ASP.NET/MVC … Continue reading

Posted in Data, Essentials, Mango, Mini-Tutorial | Tagged | 2 Comments

DataBinding to Custom Properties

Windows Phone Tutorial In a recent three part mini-series I showed how to create a Xaml program from scratch.  In the third part of the series I showed how the values are computed for display, but I glossed over how … Continue reading

Posted in Data, Essentials, Mango, Mini-Tutorial, WindowsPhone | Tagged | 1 Comment

Building a Windows Phone App From Scratch–Part 3 of 3

Windows Phone Tutorial In Part 1 of this mini-series we created the layout for a calculator. In Part 2, we filled in the event handlers for the buttons.  In this third and final part we’ll review the code for the … Continue reading

Posted in Data, Essentials, Mango, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | 5 Comments

Building A Windows Phone App From Scratch–Part 2

Windows Phone Tutorial In Part 1 of this mini-series we created the layout for a calculator. In this part, we’ll take a look at the event handlers required to make the buttons works.  When the user clicks a button an … Continue reading

Posted in Data, Essentials, Mango, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | Leave a comment

Building A Windows Phone App From Scratch

Windows Phone Tutorial In this and the next few blog posts, we will build an application from scratch; covering all the details along the way.  The application we’re going to build is a simple four function calculator. We’ll build it … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | 10 Comments

Dependency Properties

Windows Phone Tutorial Dependency properties are like the sewers, electric wires and pipes running under the streets of a big city. You can ignore them, you can even be oblivious to their existence, but they make all the magic happen … Continue reading

Posted in Data, Essentials, Languages, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | 5 Comments