So you're a developer and you want to get started with Windows Presentation Foundation (a.k.a.) Avalon?Well here are the steps I took to play around with this new and hip technology:
Done? Okay, time to test to see if all is well.
Make a little test XAML application, it ofcourse has to be:
a) Use notepad to create a file called 'test.xaml'b) Copy code below into file.
<Page xmlns="http://schemas.microsoft.com/winfx/avalon/2005" xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005"> <TextBlock>Hello World!</TextBlock></Page>
c) Saved) Double click the file.e) Yeah! A real life XAML application.
I also tried placing this test file on my webserver ( http://www.develop-one.net/presentations/code/wfm/test.xaml ) but opening this URL results in a security exception. I'll look into that some more later. Probably still need to add this URL my Trusted sites.