Category Archives: Essentials

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 | 5 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

Yet Another Podcast #49–Jon Galloway: What’s New In ASP.NET

Talking with Jon Galloway about what’s new in the ASP.NET family, including previews of MVC 4, Visual Studio 11, Web Forms 4.5 and WCF Web API. Jon’s Blog ASP.NET VNext site MVC 4 Site Road Map Jon’s Book Listen | … Continue reading

Posted in Blend, Essentials, HTML5, Languages, MVC, Podcast, Visual Studio | Tagged | Comments Off on Yet Another Podcast #49–Jon Galloway: What’s New In ASP.NET

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 | 3 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

Yet Another Podcast #48–Adam Kinney and HTML 5

Talking with Adam Kinney about HTML 5 and the role of the UI Integrator Adam’s web site Adam on Twitter PixelLab Agent 8 Ball Adam’s How Do I Videos   Listen | Yet Another Podcast Call in comments: 1-347-YAP-CAST

Posted in Essentials, HTML5, Languages, Mango, Patterns & Skills, Podcast | 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 | 4 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 | Comments Off on Building A Windows Phone App From Scratch–Part 2

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 | 8 Comments

Yet Another Podcast–Jeff Prosise

Talking with Jeff Prosise, author and co-founder of Wintellect, about programming for Windows Phone, what’s new in Mango, HTML5, jQuery and other topics in programming.  “I think I’m having more fun in our industry right now than I have since … Continue reading

Posted in Essentials, Languages, Mango, Podcast, WindowsPhone | 1 Comment

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 | 9 Comments