If you have seen any of the demos for the Windows Phone 7 you may have seen or heard about the concept of its Toast Notification. A Toast Notification is a way for the device to receive a message which originates from some webservice and can be used to display useful information to a user. ...
As I continue to play with the new Windows Phone 7 bits I found myself a bit annoyed this morning. I have created a shell of an application and I wanted to move some of the more business centric logic out of the main project and into a secondary one. To do this I simply created a new Class...
One of the great new little features which is part of Windows Phone 7 is the ability to create and add an application bar to your application. This application bar can contain images, menu items or both. And creating them is dead simple. In this post I thought we would walk through how to setup an application...