Your browser (Internet Explorer 6) is out of date. It has known security flaws and may not display all features of this and other websites. Learn how to update your browser.
X

Jesse Liberty

Windows Phone

2/8/2012 3:26:25 PM

Fast Application Swtiching
Detecting whether you are returning from Dormant state or Tombstoned Mini-Tutorial Source Code

Jesse Liberty

Windows Phone

1/18/2012 5:23:47 PM

Persisting An Image
Persisting an Image (e.g., to Isolated Storage) Source Code Tutorial

Jesse Liberty

Windows Phone

1/4/2012 2:34:34 PM

Managing The Back Stack
Managing the back stack to ensure that the hardware back button performs as expected. Source Code Mini-Tutorial

Jesse Liberty

Windows Phone

1/4/2012 2:34:34 PM

Managing The Back Stack
Managing the back stack to ensure that the hardware back button performs as expected. Source Code Mini-Tutorial

Jesse Liberty

Windows Phone

12/20/2011 8:34:27 PM

Context Menus
Creating Context Menus with the Windows Phone Toolkit Source Code Mini-Tutorial

Jesse Liberty

MVVM

12/13/2011 7:47:49 PM

MVVM Part 2
In part 2 we create a button and handle its click event using a behavior and a MVVMLight relay command. Source Code Mini-Tutorial

Jesse Liberty

Windows Phone

11/28/2011 7:13:50 PM

MVVM Part 1
Part 1 of a mini-series of videos on MVVM. Today we start with a simple MVVM Light application with two pages. Source Code Mini-Tutorial

Jesse Liberty

Windows Phone

11/28/2011 7:13:50 PM

MVVM Part 1
Part 1 of a mini-series of videos on MVVM. Today we start with a simple MVVM Light application with two pages. Source Code Mini-Tutorial

Jesse Liberty

Windows Phone

11/22/2011 5:33:49 PM

Reminders Part 2
Unless you are careful, creating a Reminder and then re-creating the same reminder can cause your program to crash. This follow up to the earlier posting on Reminders demonstrates both the problem and a very easy solution. Source Code Mini-Tutorial

Jesse Liberty

Windows Phone

11/21/2011 6:13:08 PM

Reminders
Adding Reminders, a new feature in Mango, turns out to be surprisingly easy. Source Code

Jesse Liberty

Windows Phone

11/18/2011 8:37:37 PM

Choosers
To provide your Windows Phone application access to the operating system (and with it, to the native applications such as SMS, the Contact List, the Camera, and, oh yes, making a call) Windows Phone 7 has a set of predefined Tasks. Tasks can be divided into two types: Launchers, which launch an application but do not return a value (e.g., sending a SMS message) and Choosers, which launch an application and do return a value (e.g., fetching a phone number). This video demonstrates using a simple chooser. Source Code Mini-Tutorial

Jesse Liberty

Windows Phone

11/17/2011 3:10:52 PM

Element Binding
Data binding a control's value to the value of a second control (e.g., binding the value displayed in a TextBlock to the value of a Slider control). Source Code Mini-Tutorial

Jesse Liberty

Windows Phone

11/15/2011 3:27:25 PM

Data Binding
An introduction to Data Binding for Windows Phone Source Code Mini-Tutorial

Jesse Liberty

Windows Phone

11/15/2011 3:27:25 PM

Data Binding
An introduction to Data Binding for Windows Phone Source Code Mini-Tutorial

Jesse Liberty

Windows Phone 7

11/9/2011 9:33:45 PM

Isolated Storage
Adding values to isolated storage, retrieving and editing them. Isolated Storage allows you to persist information even when your application is closed, and even when the phone is turned off. Source Code Mini-tutorial

Jesse Liberty

Windows Phone

11/7/2011 5:48:00 PM

Application Bar Buttons
Adding Buttons to the Application Bar in Windows Phone 7.5 Source Mini-Tutorial
Understanding Lambda Expressions
A quick introduction to Lambda Expressions Source Code Mini-Tutorial
Understanding Lambda Expressions
A quick introduction to Lambda Expressions Source Code Mini-Tutorial

Jesse Liberty

Windows Phone 7

11/6/2011 6:22:02 PM

Simple OData Client
This program works hand-in-hand with Simple Data Server to provide an end-to-end OData solution that can serve as the basis of more complex programs. Source Code Mini-Tutorial

Jesse Liberty

11/5/2011 8:21:10 PM

Simple OData Server
How to create a simple OData Server to use when testing an OData client. Source Code Mini-Tutorial

Jesse Liberty

11/4/2011 5:59:16 PM

Update Tiles
Update Windows Phone tiles from a server based application. Mini-Tutorial

Jesse Liberty

11/4/2011 5:59:16 PM

Update Tiles
Update Windows Phone tiles from a server based application. Mini-Tutorial

Jesse Liberty

11/4/2011 5:58:16 PM

Animation Without Code
Creating animation on Windows Phone without code, by using behaviors. Source Code Mini-Tutorial

Jesse Liberty

Windows Phone

11/4/2011 4:07:15 PM

Windows Phone Background Agents
Creating a background agent to run your notification program every 30 minutes, whether or not your main application is running. Source Code Mini-Tutorial