Feed on
Posts
Comments

Monthly Archive for March, 2009

New WPF Themes released

For the last year I’ve been talking about the need to make a set of themes and templates available for WPF developers.   There are plenty of companies who want nice looking WPF applications (other than the default Windows XP/Vista look) but don’t know where to start.  I’ve argued, to anyone who’ll listen, that we need [...]

Read Full Post »

The stream of product announcements and feature enhancements during the Mix09 keynote was non-stop.  I estimate that Scott Guthrie must have rattled off ninety or more of these tidbits in the two and a half hour Mix09 kickoff.  At a rapid pace Scott discussed IIS, Silverlight Expression Blend, the Microsoft Web Installer, adaptive streaming and many [...]

Read Full Post »

Attend a keynote at a big Microsoft conference and at some point in the presentation you will hear a musical fanfare followed by a breathless product announcement. Depending on the show and the time of year the announcements can be hum-drum or spectacular.  Do you remember when Microsoft announced a new development framework called .NET [...]

Read Full Post »

Nice Sushi application for the Surface

Are you a sushi veteran?   If so it is probably hard to remember your first few trips to a sushi bar.   Looking at the names, wondering what to order.  Nigiri, Onigiri, Temaki.   Wouldn’t it be wonderful to have an expert on hand to guide you step by step through your dinner order?   Phenomblue, a [...]

Read Full Post »

Reflecting on Design #16

  Sometimes the best way to tell a story is with an animation. Melih Bilgil, a visual artist from Germany, show splendid usage of simple black icons on a white canvas in his ‘History of the Internet’ video.   Can you spot the subtle use of color in the video? PICOL Melih created a new [...]

Read Full Post »

Mix09 is coming next week.  I can’t wait to be there and see all the announcements about Silverlight 3. Since this is the main Microsoft RIA event it is loaded with enough Silverlight and WPF content to keep even an aged RIA veteran happy.  Mix is more than just technology news however.  The Mix team [...]

Read Full Post »

Are you a .NET developer?  If so, I bet you are familiar with CodePlex.com.   CodePlex has been around for several years.  There are thousands of projects hosted on CodePlex, some have a very active developer community working on project improvements. CodeGallery There is lesser known Microsoft code sharing site called CodeGallery.  What if you just [...]

Read Full Post »

Adding Console Window to WPF Application

I’ve had several WPF projects which required showing a log window.  The idea is to log a constant stream of status messages for a admin to monitor.  You could write your own LogWindow and pass messages into the window but there is an easier way.  Tell your WPF application to run as a ‘Console’ application. [...]

Read Full Post »