or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Sell Back Your Copy
For a $0.82 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
XAML in a Nutshell (In a Nutshell (O'Reilly))
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

XAML in a Nutshell (In a Nutshell (O'Reilly)) [Paperback]

Lori A. MacVittie (Author)
3.5 out of 5 stars  See all reviews (6 customer reviews)

List Price: $29.99
Price: $22.86 & eligible for FREE Super Saver Shipping on orders over $25. Details
You Save: $7.13 (24%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Tuesday, January 31? Choose One-Day Shipping at checkout. Details
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Book Description

In a Nutshell (O'Reilly) April 3, 2006

When Microsoft releases Windows Vista, the new operating system will support applications that employ graphics now used by computer games--clear, stunning, and active. The cornerstone for building these new user interfaces is XAML ("Zammel"), the XML-based markup language that works with Windows Presentation Foundation (WPF), Vista's new graphics subsystem.

An acronym for Extensible Application Markup Language, XAML offers a wealth of new controls and elements with exciting capabilities, including animation and rendering of 3D graphics. Windows developers are already jazzed by the possibilities of using XAML for fixed and flow format documents like PDF and HTML, 2D and 3D vector-based graphics, form development, animation, audio and video, transparent layering, and a lot more. Many feel that XAML will eliminate the need for multiple file formats or plug-ins (read: Flash), while lowering development costs and reducing time to market.

The problem is, most developers don't know XAML. While it is fairly easy to understand, you still need a quick guide to bring you up to speed before Vista's release, and that's where this book's simple, no nonsense approach comes in.

XAML in a Nutshell covers everything necessary to design user interfaces and .NET applications that take advantage of WPF. Prerequisites such as Microsoft's new unified build system, MSBuild, and core XAML constructs and syntax--including shortcuts--are all presented with plenty of examples to get you started. The Core XAML Reference section lets you dig even deeper into syntax rules and attributes for all XAML elements with a series of quick-reference chapters. This section divides XAML elements into logical categories of elements, controls, shapes and geometry, layout, animations, and transformations for easy reference.

XAML in a Nutshell helps you learn, firsthand, how to use this XML-based markup language to implement the new generation of user interface graphics. As one reviewer noted, "Strong code examples and an efficient, conversational style take the tedium out of learning XAML and make the subject understandable--even interesting."


Frequently Bought Together

XAML in a Nutshell (In a Nutshell (O'Reilly)) + Programming WPF + Pro WPF in C# 2010
Price For All Three: $87.32

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details

  • Programming WPF $30.99

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Pro WPF in C# 2010 $33.47

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

About the Author

Lori MacVittie is currently a Senior Technology Editor with Network Computing Magazine. In past lives she has been a software developer, a network administrator, and an enterprise architect specializing in web-based technologies. Through the course of her career she has nearly coded her way through the alphabet, starting with Apple BASIC, hitting "L" for LISP while consulting for Autodesk, and is currently on the letter "Y". Lori holds an M.S. in Computer Science from Nova Southeastern University, and lives with her husband and children in the technological mecca of the midwest, Green Bay, Wisconsin.


Product Details

  • Paperback: 304 pages
  • Publisher: O'Reilly Media; 1 edition (April 3, 2006)
  • Language: English
  • ISBN-10: 0596526733
  • ISBN-13: 978-0596526733
  • Product Dimensions: 9 x 6.3 x 0.7 inches
  • Shipping Weight: 14.4 ounces (View shipping rates and policies)
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #957,953 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

6 Reviews
5 star:
 (2)
4 star:
 (2)
3 star:    (0)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.5 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

23 of 26 people found the following review helpful:
5.0 out of 5 stars More instruction than you find in most Nutshell books, April 3, 2006
This review is from: XAML in a Nutshell (In a Nutshell (O'Reilly)) (Paperback)
The idea behind XAML is not new: it is a XML-based language, which describes a UI. A very similar model is Mozilla's XUL. But there is one big difference between XAML and XUL: XAML will not only be used for only one application and some derived programs, XAML will be the basis for the next Windows and all of its underlying programs. XAML (short for Extensible Application Markup Language, and pronounced "Zammel") is the user interface markup language for the Windows Presentation Foundation, which is one of the "pillars" of the WinFX API.
In typical usage, XAML files will be produced by a visual design tool, such as Visual Studio. The resulting XML is interpreted on-the-fly by a Longhorn display subsystem which replaces the GDI in previous versions of Windows. XAML was designed to support the classes and methods in the .NET Framework that deal with user interaction, especially screen displays. The acronym XAML originally stood for Extensible Avalon Markup Language, Avalon being the original code name for Windows Presentation Foundation, the name for this group of .NET classes.
This book spends more time on basic instruction than most Nutshell books. This is probably because, unlike Java, XAML is a new technology and the publishers correctly decided that most of us need some basic instruction as well as a reference guide. The book takes the time to show plenty of well-commented examples. One of the things that I like most about the book is that it takes time to tell you what XAML is and is not:
1. You do not have to use XAML to define Windows Forms controls in a WPF application, but you can choose to do so.
2. You can choose to strictly use code in the code behind files to define Windows Forms controls in a WPF application.
3. It is generally a better choice to use strictly code for Windows Forms controls.
4. There are limitations in XAML that make it impossible to do some Windows Forms related things using XAML and you will be forced to use code for these exceptions.
5. While you can use XAML to describe Windows Forms controls in a WPF application, you CANNOT use XAML to describe a complete Windows Forms application outside the scope of WPF.
A good companion to this book is "Programming Windows Presentation Foundation". Together, they paint a pretty exciting picture of the future of performing graphics tasks on Windows platforms. I notice that Amazon does not show the table of contents so I do that here:
I. Introducing XAML
1. Introducing XAML
The Benefits of XAML
What XAML Is Not
XAML Development Resources
2. Getting Started with XAML
XAML Prerequisites
Defining XAML Applications
Building XAML Applications
XAML Applications and Visual Studio
II. XAML Concepts
3. The Basics of XAML
Core XAML Syntax
Elements
Attributes
Attached Properties
Binding Properties
codebehind
4. Layout and Positioning
StackPanel and DockPanel
Using Width and Alignment
Margins and Padding
Grid
Absolute Positioning
5. Resources
Using Resources
Using Styles
Triggers
6. Storyboards and Animations
Storyboards
Controlling Animations
Animation Using Key Frames
III. Core XAML Reference
7. Elements
8. Controls
Base Control Reference
Common Event Reference
Core Control Reference
9. Shapes and Geometry
10. Layout
11. Animations and Transformations
12. Events
Routing Strategies
Event Argument Reference
Event Reference
IV. Appendixes
A. System.Windows.Controls
B. System.Windows.Documents
C. System.Windows.Shapes
D. System.Windows
E. System.Windows.Media
F. System.Windows.Input.ApplicationCommands
G. Predefined Colors
H. XAML Interface in Code
Index
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 12 people found the following review helpful:
2.0 out of 5 stars Three months old and obsolete, January 15, 2007
By 
This review is from: XAML in a Nutshell (In a Nutshell (O'Reilly)) (Paperback)
I got this book when it was barely three months on the market.
Since WPF (aka avalon) is such a new topic, there are barely any books to teach it. This one is relatively clear and consice. The problem is that the WPF version thay are referring to is obsolete. Many concepts and most examples do not work as is. The whole chapter about Storyboards and animations is completely irrelevant.
I believe that a new version is needed, and I am sorry that I bought a three months old book which is obsolete, but I can not blame the author, she did a good job.

Regards
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
4.0 out of 5 stars great little book, January 18, 2009
This review is from: XAML in a Nutshell (In a Nutshell (O'Reilly)) (Paperback)
I use this book as a quick reference in favor of some more bulky books I have on the topic.

I found this book to be more to the point where it concerns XAML, and even more complete than some 1400 and 1800 pagers on WPF. The latter seem to skirt on XAML, and the approach of piecewise adding more information works well for a tutorial but makes it difficult to quickly find what you need on the fly.

Still I found some tags, even common tags missing altogether from XAML in a Nutshell. It may be that those were introduced in .NET 3.5 and the book was published before then. It is the only reason I do not give 5 stars.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews




Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
shape hierarchy, using margin, codebehind handler, overflow panel, abbreviated markup, inline progression, markup syntax, inline markup, layout slot, routed event, element changes state, page content area, destination value, undo stack, abbreviated syntax, codebehind class, key frame, attached attributes, codebehind file, key referenced, interpolate the value, interpolate values, designated value, dependency properties, base tile
Key Phrases - Capitalized Phrases (CAPs): (learn more)
The Duration, Event Argument Type, Button Width, Setter Property, Button Content, Visual Studio, Image Source, Label Canvas, Rectangle Canvas, Trigger Property, Type Button, Routed Event Yes Elements, Reference Include, Getting Started, Menultem Header, Button Style, Button Name, Windows Vista, None Text, Attributes Points, Attributes Click, Button Done, Events Click, Path Stroke, Path Geometry Hierarchy
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(5)
(5)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject