The Artima Developer Community
Sponsored Link

.NET Buzz Forum
PDC - Day 2 - CLI302 Avalon Design Time Support

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
Scott Hanselman

Posts: 1031
Nickname: glucopilot
Registered: Aug, 2003

Scott Hanselman is the Chief Architect at Corillian Corporation and the Microsoft RD for Oregon.
PDC - Day 2 - CLI302 Avalon Design Time Support Posted: Oct 28, 2003 7:05 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Scott Hanselman.
Original Post: PDC - Day 2 - CLI302 Avalon Design Time Support
Feed Title: Scott Hanselman's ComputerZen.com
Feed URL: http://radio-weblogs.com/0106747/rss.xml
Feed Description: Scott Hanselman's ComputerZen.com is a .NET/WebServices/XML Weblog. I offer details of obscurities (internals of ASP.NET, WebServices, XML, etc) and best practices from real world scenarios.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Scott Hanselman
Latest Posts From Scott Hanselman's ComputerZen.com

Advertisement

Here's a sample of some XAML that's being written on the screen in CLI302.

<FlowPanel>
   <Text Height=”150px” Width=”75px”>1</Text>
   <Text Height=”150px” Width=”75px”>1</Text>
   <Text Height=”150px” Width=”75px”>1</Text>
</FlowPanel>

Feels like the different layouts that I used to do in Java AWT, but as XML and without all the dancing to get it to display right. 

One thing i'll give Microsoft, is that they have been exceeding thoughful about who is going to use this stuff and how their minds work. 

Remember when you first wrote C# and felt a connection with your lizard brain?  As if this language was the language of your own neurons?  That's what XAML feels like for UI.  Standing on the shoulders of giants and reaching back to the lizard brain, if I may mix metaphors.

 

Read: PDC - Day 2 - CLI302 Avalon Design Time Support

Topic: My ClickOnce chapter is up on the web Previous Topic   Next Topic Topic: Whidbey on ASP.NET

Sponsored Links



Google
  Web Artima.com   

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