[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: What is XAML? A technique? A language? Both? XML# or XML++

  • To: xml-dev@l...
  • Subject: Re: What is XAML? A technique? A language? Both? XML# or XML++?
  • From: Don Demsak <donxml@g...>
  • Date: Thu, 4 Nov 2004 20:43:28 -0500
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=or8p/U7Yqv9Y4I5iXw5EGkxJcdMQWj97Q5pJYXs+ctQF4ybS1PKHOaioUGpP4Yj0P6L0ZKFWcKtQw8usZMMoOmZQRzQvsOHO2QfFmgKkYigYeYwPaPITPGKXmxBnSHAPsfCOrW0U4Fyufv26pxtWVfWtuHIuy4B1SKUl7gtg3hc=
  • In-reply-to: <20041104215426.31846.qmail@w...>
  • References: <20041104215426.31846.qmail@w...>
  • Reply-to: Don Demsak <donxml@g...>

xaml references
Let me refer you to the XAML master, Don Box and his blog entry from
just after the 2003 PDC,
http://www.gotdotnet.com/team/dbox/default.aspx?month=2003-11 .  There
isn't a direct link , but the 3rd post down, entitled "The Role of
XAML" says it all:

<snip>
XAML is just an XML-based way to wire up CLR types - no more no less.
Given the appropriate namespace decls, the following is legal (albeit
useless) XAML:
 
<Object def:Class="MyClass" /> 
 
which is equivalent to the following C# fragment:
 
public partial class MyClass : System.Object {} 
 
XAML is domain-neutral, so while it may be used to create desktop
apps, web pages, and printable documents, it could also be used to
create CRM apps, blogging backends, or highly concurrent web services
provided you had a supporting CLR-based library to do the heavy
lifting.

</snip>

If you scroll down a bit further to the blog titled "Hello, World in
XAML (for real)" you see a very simple example of what XAML is all
about.

Don Demsak

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.