An Archived Managed World

This blog has moved to http://www.managed-world.com/blog

  Home  |   Contact  |   Syndication    |   Login
  473 Posts | 0 Stories | 429 Comments | 1288 Trackbacks

News

Twitter












Tag Cloud


Archives

Post Categories

Blog Roll

Design Patterns

There are 2 entries for the tag Design Patterns
[disclaimer: this is kind of a long post. it is primarily meant as a learning experience. i might be alone here, but i enjoy reading other people's posts about problems they have and how they solved the problem. sharing knowledge is one of the reasons blogging exists, right? so why not take full advantage of that.] [update: Sean correctly pointed out that the more correct pattern to use in this situation is the Adapter pattern. In hindsight, the key to the Decorator pattern is the *dynamic* change...

Well, I just got around to writing my first Longhorn application and I forgot how great it feels to be researching such new technology. I didn't want to do the typical Hello World application so I set off to see if I could come close to emulating the Mac “Candy Blue” interface look. First I started with a basic xaml file with one table in it: <Window xmlns="http://schemas.micro... xmlns:def="Definition" def:Class="Application1.Win... def:CodeBehind="Window1.xam...