The Artima Developer Community
Sponsored Link

.NET Buzz Forum
How Far Can You Go With XAML?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Tim Sneath

Posts: 395
Nickname: timsneath
Registered: Aug, 2003

Tim Sneath is a .NET developer for Microsoft in the UK.
How Far Can You Go With XAML? Posted: Nov 11, 2003 5:43 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Tim Sneath.
Original Post: How Far Can You Go With XAML?
Feed Title: Tim Sneath's Blog
Feed URL: /msdnerror.htm?aspxerrorpath=/tims/Rss.aspx
Feed Description: Random mumblings on Microsoft, .NET, and other topics.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Tim Sneath
Latest Posts From Tim Sneath's Blog

Advertisement

After fiddling around with XAML a little bit yesterday, an embryonic idea was floating around in my head about why this was tied directly to Avalon. In other words, if XAML is an XML syntax for constructing Avalon objects and properties and wiring them up with the appropriate event handlers, what prevents XAML being abstracted to work with non-Avalon objects?

Greater minds than mine have also noticed this same opportunity for abstraction, it seems, and Don Box has written a short sample that uses XAML to produce a console application. This is a really clever example of utilising XML to build a simple object.

Once coupled with some designer tools and a decent IDE, you can start to imagine XAML as a 4GL of sorts, due to its ability to compile into different languages. For some applications, you could imagine using XAML as an extensibility point. If you're an ISV, you could use the partial class capability of XAML to allow customisation of existing classes, rather than requiring users to use VBA or the like to build add-on solutions. For applications with more complex business objects, Don's sample raises the intriguing possibility of using XAML on the middle-tier.

For now, of course, most of us would be satisfied with a decent Avalon XAML designer rather than having to hand-code everything, but it's interesting to see how one idea sparks off others...

Read: How Far Can You Go With XAML?

Topic: IE 6.05 to have popup blocking Previous Topic   Next Topic Topic: Longhorn: How managed is it?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use