Geekdojo

Tech people talking tech things
Welcome to Geekdojo Sign in | Join | Help
in Search

German Marin's Blog

Extensible Application Markup Language (XAML)



XAML Schemas

The primary use of XAML is in the definition of Client User Interfaces, both describing the graphical layout of the interface, and tying user-Interface generated events to code. The introduction of XAML should hopefully replace the hidden block of “Windows Form Designer Generated Code” with structured XML.XAML will be fully supported in the Longhorn build of .NET, but until then, you can use a third-party Xaml viewer such as that from xamlon.
As with all programming languages, the best place to start is with a simple “Hello World” example, XAML should be no exception. Simply create a file named HelloWorld.xaml with the following content:
<?xml version="1.0" standalone="yes"?>
<Window>
   <Button>Hello World</Button>
</Window>
Published Thursday, October 14, 2004 10:08 PM by german

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

No Comments

What do you think?

(required) 
(optional)
(required) 

This Blog

Post Calendar

<October 2004>
SuMoTuWeThFrSa
262728293012
3456789
10111213141516
17181920212223
24252627282930
31123456

Syndication

Powered by Community Server, by Telligent Systems