Sign in
The Brain Dump
My brain poured out on paper (or so to speak)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
animation
C++
CLI
Debugging
design
Fun
guidance
LINQ
Live Framework
Live Mesh
Metro
reactive extensions
rx
Silverlight
Silverlight Streaming
Thailand
tips
toolkit
transitions
Travel
Visual Studio
Windows Live
windows phone 7
WP7
WP7Dev
Archive
Archives
April 2013
(1)
October 2012
(1)
August 2012
(1)
June 2012
(1)
February 2012
(1)
January 2012
(1)
November 2011
(3)
August 2011
(1)
June 2011
(2)
March 2011
(2)
February 2011
(6)
January 2011
(1)
December 2010
(3)
November 2010
(1)
October 2010
(1)
September 2010
(3)
August 2010
(2)
August 2009
(1)
April 2009
(1)
March 2009
(11)
February 2009
(3)
December 2008
(3)
November 2008
(4)
August 2008
(2)
July 2008
(2)
June 2008
(1)
April 2008
(9)
Blog - Link List
Windows Live Blogroll
Windows Live Platform team
Angus Logan
Technical Product Manager for Windows Live Platform
Via Windows Live
Windows Live developer community blogs
Live Mesh Blog
Team Blogroll
Pat Altimore
Windows Application Compatibility
Maarten Van De Bospoort
programming down on the metal
Chris Hopkins
Visio
Girish Pillai
ALM
Windows Live Dev Resources
Dev.Live.Com
The central place for all Windows Live Platform developer information
Windows Live QuickApps
Windows Live Quick Applications provide customizable out-of-the box solutions for specific Web scenarios with full source code.
Windows Live Quick Start
The central place for all Windows Live Platform information for partners
MSDN Blogs
>
The Brain Dump
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Brain Dump
Tasks are not Threads
Posted
28 days ago
by
BenWilli
2
Comments
One of the common misconceptions I’ve encountered when developers first start using the Task Parallel Library is that they think Tasks are just fancy threads. This is easy to assume because in a common case, calling Task.Run(…), it actually does run the...
The Brain Dump
Windows 8 ViewModel Property Code Snippet
Posted
7 months ago
by
BenWilli
0
Comments
Visual Studio provides a bunch of good code snippets for creating boilerplate code. For example if you type “prop” you get this in intellisense You’ll see a few nice property snippets. prop – creates a basic automatic...
The Brain Dump
Windows Phone MessageBox implements scrolling!
Posted
9 months ago
by
BenWilli
0
Comments
Helpful quick and dirty debugging tip: I never noticed this before, but if you send a large amount of text to MessageBox.Show() on Windows Phone, it doesn’t just truncate it. It allows you to scroll through it all. Very cool. Very unlike the desktop message...
The Brain Dump
Managing multiple web service calls with Rx
Posted
11 months ago
by
BenWilli
0
Comments
Lets say I have a phone app (or any app really) that needs to make several web service calls at once. For example, imagine the user multiselects three items on a page and then taps the “add favorite” button. I then need to make three calls to the “set...
The Brain Dump
Give formatting its own line
Posted
over 1 year ago
by
BenWilli
1
Comments
I got bitten by this not once but twice on Sunday as I hurriedly worked on a new phone app. Can you spot the difference between the the following two lines? Uri uri = new Uri( string .Format( " /View/DataView.xaml?collection={0}&id={1} "...
The Brain Dump
Using Rx? Subscribe to exceptions!
Posted
over 1 year ago
by
BenWilli
0
Comments
I have an app in the Windows Phone Marketplace which suddenly saw a spike in Little Watson email reports back to me last weekend. Each one looked like the last so I responded back to each user (always keep the user’s happy!) and went to investigate. The...
The Brain Dump
Rx ensures Unsubscribe
Posted
over 2 years ago
by
BenWilli
2
Comments
I recently had an ObservableCollection which did not currently contain the item I was interested in, but it would sometime in the near future. The questions is how best to get notified that the item is available so I could access its full property set...
The Brain Dump
Windows Phone travel tip – pin your map locations
Posted
over 2 years ago
by
BenWilli
0
Comments
Whenever I’m travelling I always have two freshly pinned tiles at the bottom of my start screen. Before I leave, I use my phone to look up the hotel I’m staying at and the location I’m visiting (like a customer’s address) and pin them both to the start...
The Brain Dump
Populating Windows Phone view models with Rx
Posted
over 2 years ago
by
BenWilli
0
Comments
I’ve gotten rather fond of using the Reactive Extensions for populating my data from the web in my Windows Phone applications. They provide a lot of flexibility and the code stays in a readable form. To demonstrate in a traditional MVVM model, let’s drop...
The Brain Dump
Type, don’t look!
Posted
over 2 years ago
by
BenWilli
3
Comments
Just a quick tip for Windows Phone users regarding the onscreen keyboard. Most people I’ve talked to who complain about using an onscreen keyboard have a common issue. They are looking at what they type. This is their biggest mistake. When I first started...
The Brain Dump
Mango goodness for devs today!
Posted
over 2 years ago
by
BenWilli
0
Comments
From the App Hub’s news comes information on how to update your Windows Phone to Mango today in order to test those apps you have been building with on real hardware. The Windows Phone Developer team is pleased to announce the immediate availability of...
The Brain Dump
Pivot Title Templates
Posted
over 2 years ago
by
BenWilli
0
Comments
By default the Pivot Control on Windows Phone 7 simply displays a TextBlock as the title of the control. But what if you want to modify the title’s control template? Creating a default Windows Phone Pivot Application we see that the MainPage.xaml contains...
The Brain Dump
Don’t ForkJoin your Events
Posted
over 2 years ago
by
BenWilli
0
Comments
I’ve been using Reactive Extensions for .NET to attempt to wait until multiple async calls to load data are completed in order to perform some actions on all the data at once. Dev Tidbit of the Day Do not use ForkJoin with Event based observables. If...
The Brain Dump
Metro design guidelines/tips for developers
Posted
over 2 years ago
by
BenWilli
0
Comments
Not the guidelines you must follow in order to pass the Marketplace ingestion process - these are the guidelines you should keep in mind and follow in order to make your app fit in well with the overall Windows Phone 7’s Metro UI. Jeff Wilcox’s “Metro...
The Brain Dump
A Windows Phone update is going out!
Posted
over 2 years ago
by
BenWilli
0
Comments
No, unfortunately its not that update . It’s a small update designed to improve the software update process. Still, it is the first update for the phone and is paving the way for all the cut-n-paste & performance enhancing goodness of updates to come...
The Brain Dump
February Release of Silverlight for Windows Phone Toolkit
Posted
over 2 years ago
by
BenWilli
0
Comments
The new version of the Silverlight for Windows Phone Toolkit is available. Biggest things I want to highlight: PerformanceProgressBar built in (no more copying finding that older blog entry) TiltEffect for controls to match the phone’s Metro interface...
The Brain Dump
Windows Phone 7 Developer Quickstarts
Posted
over 2 years ago
by
BenWilli
2
Comments
The Windows Phone 7 development articles are now published. They are aimed at guiding you through all the fundamentals of WP7 development, starting with “Hello World”. The topics are presented in a recommended order for newbies (like chapters of an intro...
The Brain Dump
Custom Page Transitions in WP7 (part 2)
Posted
over 2 years ago
by
BenWilli
0
Comments
In the last post I discussed how to create a custom page transition with the Silverlight for Windows Phone Toolkit that used your own local storyboard. That’s all well and good but there some nice changes we might like to see. Lets allow the storyboard...
The Brain Dump
Windows Phone Developer Tools January Update
Posted
over 2 years ago
by
BenWilli
0
Comments
Come and get it! The new developer tools include updated reference assemblies, a new version of the Windows Phone OS emulator image, and several minor bug fixes. This update also replaces the October 2010 update, including all of the fixes from that patch...
The Brain Dump
Custom page transitions in WP7
Posted
over 2 years ago
by
BenWilli
0
Comments
The Silverlight for Windows Phone Toolkit provides the mechanism for creating animated page transitions in your Windows Phone 7 applications. It also provides a few standard transitions that match the look and feel of the built in apps such as pages sliding...
The Brain Dump
Need a little Push?
Posted
over 2 years ago
by
BenWilli
0
Comments
The Windows Phone team recently released the Windows Phone 7 Recipe for Push Notifications which is much more in-depth than my simple server helper class . While it maintains the simplicity I was after server side with actions like this to send a tile...
The Brain Dump
More Metro
Posted
over 3 years ago
by
BenWilli
1
Comments
Windows Phone iconography is a key part of the Metro look so the SDK provides a number of icons that match the look and feel of the built in apps on the phone. If you have the tools installed they are located at C:\Program Files (x86)\Microsoft SDKs\Windows...
The Brain Dump
Sweet, sweet, data
Posted
over 3 years ago
by
BenWilli
0
Comments
I forgot to post this yesterday when we saw it go live but … Windows Phone Marketplace reporting is now available ! Reporting isn't always the most exciting thing in the world, but it sure helps make it interesting if that reporting is directly related...
The Brain Dump
Hidden Features in Windows Phone
Posted
over 3 years ago
by
BenWilli
0
Comments
My pal Girish has a whole host of tips for Windows Phone interaction.The vast majority come down to the one thing I tell everyone when they say “How do I do X?” The answer is Press and Hold Try it! Try it everywhere! Then build it into your apps as well...
The Brain Dump
Get you VB on!
Posted
over 3 years ago
by
BenWilli
0
Comments
The Visual Basic for Windows Phone Developer Tools has been officially released. So if you were a Visual Basic developer who wanted to develop applications for Windows Phone 7 but didn’t have the C# skills to dive right in – no more worries. This release...
Page 1 of 3 (68 items)
1
2
3