Thumbnail View Resource
Source

www.i-programmer.info

Added By

Avatar MikeJames on 2010-05-11

Vitals
1score
  • 3923 total views
Summary
A tutorial on how to use XAML as an object creation and initialization langauge.
Excerpt
"XAML can be confusing - especially if you think it is a markup language like HTML - it isn't. XAML is a, mostly declarative, object instantiation language – that is it’s a way of describing using XML what objects should be created and how they should be initialised before your program starts running. If you keep this in mind then XAML is becomes a lot more transparent and easier to understand. Its use in conjunction with WPF is just one of its many possible applications and indeed it has started to appear in other places – Windows Workflow for example. To explain exactly what XAML is this article works with custom classes that have nothing to do with WPF so that we can find out about XAML in a completely general context."
Full Link

http://www.i-programmer.info/programming/wpf-workings/446-how-xaml-works.html

Votes

Avatar MikeJames

Comments 

There aren't any comments yet for this resource. Be the first to add one!

Add a Comment

Please log in to post comments.

Tags

  • Tag Technology / XAML (56)
  • Tag Platform / WPF (922)

Tasks

Thumbnail Screenshots by Thumbshots