November 2003 - Posts

1
Comments

A Visual Editor for MSBuild by findleyd

I found this while surfing around the net for Avalon stuff. http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=2cb20e79-d706-4706-9ea0-26188257ee7d
0
Comments

Bare Bones Avalon Hello World App by findleyd

Here's the most basic Avalon app I could make: using System; using MSAvalon.Windows; public class MyApp : Application { private Window win; protected override void OnStartingUp(StartingUpCancelEventArgs e) { win = new Window(); win.Text = "Hello World...
0
Comments

Back on track. by findleyd

It's been a long summer. My day job has kept me away from blogging. I got a chance to go to PDC this year. There was so much to absorb. I'm still letting everything percolate. Here's the things that impressed me: VS.NET Whidbey Intellisense is greatly...
More Posts