Category Archives: Mini-Tutorial
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
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
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
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
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
Bing Maps Task
You’ve seen in previous Windows Phone Mini-tutorials that all tasks have the same basic structure: Instantiate the task Add any specifying data Show the task The Bing Maps Task is no different. In fact, it is so simple to use … Continue reading
Location Services–Using the Emulator
Windows Phone Tutorial Getting your device’s location takes remarkably little code. The new emulator that comes with Mango makes it possible to test location services without adding a GPS to your desktop computer and putting it in your car, thus … Continue reading
Page State–Step by Step
Windows Phone Tutorial The Windows Phone life cycle is not terribly complicated, but it can be the source of some confusion, and managing the life-cycle can be intimidating to new Windows Phone programmers. This posting will review the basic … Continue reading
Windows Phone Fast Application Switching–Don’t Panic!
Windows Phone Tutorial With Mango, the Windows Phone application life cycle changes, and that is a good thing, because the change allows for Fast Application Switching (FAS). With FAS, the user can start a new application and then return to … Continue reading
Windows Phone Toolkit–Date and Time Pickers
A Windows Phone From Scratch Mini-Tutorial You have seen the Date and Time pickers in the built-in applications and you can add them to your own applications with shockingly little work. To start, follow the directions from yesterday’s posting on … Continue reading
Windows Phone Toolkit AutoCompleteBox
A Windows Phone From Scratch Mini-Tutorial The Windows Phone Toolkit offers a number of useful controls that you can use right out of the box. This is the first in a sub-series of mini-tutorials on the Windows Phone Toolkit. From … Continue reading
LINQ Pad vs. Visual Studio for Learning LINQ
A LINQ Tutorial As noted in numerous other postings, I’m convinced that LINQ is an essential aspect of serious Windows Phone (or virtually any .NET) programming. One of the great tools to come along for learning and working with LINQ … Continue reading