Category Archives: Mini-Tutorial

Windows Phone Fundamentals–3 Ways To Handle Events

Windows Phone From Scratch One potential area of confusion for programmers new to Silverlight and Windows Phone is that there are (at least) three distinct ways to handle events.  Name the event handler in the Xaml Name the event handler … Continue reading

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

Removing the BackStack Entry in Windows Phone

A reader correctly complained about my posting on Sending Messages Between Pages that the “dialog” box I had created was in the BackStack.  If you were to go through the dialog and then later hit the hardware back-key you would … Continue reading

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

Windows Phone–Sending Messages Between Pages

Windows Phone Tutorials Last week I began work on prototyping a new application as part of the Full Stack series.   In this application I would like to open a dialog box, retrieve some information from the user, and return … Continue reading

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

Windows Phone Fundamentals–Navigation

Windows Phone Fundamentals Continuing my mini-series on Windows Phone Fundamentals, begun here, this tutorial will cover the topic of navigating from one page to another.  This is one of those tasks that are wicked simple once you know how, but … Continue reading

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

Windows Phone Fundamentals–Layout

Windows Phone Fundamentals The Windows Phone From Scratch mini-tutorials are going back to the fundamentals for those who are new to Windows Phone Programming.  Today, we cover basic layout with the Grid Control. The Grid control is often compared to … Continue reading

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

Obtaining Email, Address or Phone Number

Mango From Scratch Windows Phone Mango now has new tasks to obtain additional information from the contacts list, such as the user’s email address, snail-mail address and phone number. All of these work essentially in the same way: you create … Continue reading

Posted in Mango, Mini-Tutorial, WindowsPhone | Tagged | 10 Comments

Fast Application Switching Made Easy

Mango From Scratch One of the key features in Mango is Fast Application Switching.  This is a radical change to the life-cycle of applications, and one of the very first things you’ll want to do, when upgrading your Windows 7 … Continue reading

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

The LINQ Zip Operator

LINQ I am a strong believer that .NET programmers in general, and Windows Phone programmers in particular need to become proficient in LINQ.  As part of that belief and commitment to the Windows Phone community, I have created a series … Continue reading

Posted in Linq, Mini-Tutorial | Tagged | 5 Comments

Send Toast Made Easy

Mango From Scratch In a follow up to yesterday’s article about Tile Notifications, let’s take a look at sending Toast Notifications. You’ll remember that we had two projects yesterday, SendTileServer and TilesNotificationClient.  Today we’ll create SendToastServer and ToastNotificationsClient.  The parallels … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | Comments Off on Send Toast Made Easy

Tile Notifications Made Easy

Mango From Scratch This posting is a rip-off.  Specifically, I steal liberally from the MSDN documentation, but my goal is to mix together and distill a great deal of information down to the essentials to provide you with a clear … Continue reading

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

LINQ: The overloaded Contains Operator

A LINQ Tutorial As part of my continuing (and occasional) series of mini-tutorials on LINQ this posting will consider the overloaded Contains operator. This operator allows you to check whether a list contains a given value, as illustrated in the … Continue reading

Posted in Data, Linq, Mini-Tutorial | Tagged | 9 Comments

BingMapsTask in Mango

Mango From Scratch It turns out that launching Bing Maps, even with Search terms and setting the zoom level is absurdly easy, using the new BingMaps task.  I used it to search for donuts in the Boston area (and came … Continue reading

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