Showing related tags and posts for the Blogs application.

  • Markup-oriented developers aren't at home with Strongly Typed languages

    Filed under: , ,
    A user asked: Is there a generic way of assigning a property a value, somewhat like you could do through XAML? For example, if I specify the following code: <Glyphs Fill=”#000000”> How would I create a Fill property with value “#000000”
    PostTypeIcon
    3,786 Views
  • CSS Support in XAML

    Filed under: , ,
    Jon Udell compares Flex and Avalon . He says: It's interesting to consider these two admirably compact implementations side-by-side. Some points of comparison: MXML XAML Here today 2006? 2007? Runs anywhere Flash Player 7 runs Runs only on Longhorn Server
    PostTypeIcon
    6,456 Views
  • WinFS and System Maintenance

    Filed under: , ,
    My post today on microsoft.public.windows.developer.winfx.general I hope Microsoft also does some serious long term testing of Longhorn. I'd hate to think that everyones WinFS could grind to a halt after adding 6 months worth of data and no one could
    PostTypeIcon
    2,843 Views
  • Longhorn- The missing pieces

    Filed under: , , ,
    Apologies for not posting in a long time. I guess you'd all though this was another blogging casualty. But I'm back. I'm still working mainly with VB6 but I'm taking every oppotunity to cram .Net from books articles and videos online. I really like the
    PostTypeIcon
    2,645 Views
  • XAML: Un-programming. Ouch. We want it to feel right.

    Filed under: , ,
    Dino's Un-Programming post, brings up interesting feedback from the development community. We want to make XAML somethings that developers can choose to use. That being said, I hope tools like VS and other tools from the rest of the industry focus on
    PostTypeIcon
    5,344 Views
  • XAML: Setting richer properties via element syntax. Design considerations.

    Filed under: , ,
    I just saw Kenny Lim's ( digitalnetbizz ) posting calling out using a CLR object as a property in XAML . Let me give people some background on the feature and some changes we are considering in the future. Markup==ObjectModel This is one of the Avalon
    PostTypeIcon
    8,025 Views
  • MarkupCompilation: XAML, BAML, .g.cs Details

    Filed under: , ,
    WinFX allows you use XAML to declaratively define your UI, interactive media, or document. XAML is a great way to define these things. However, XAML isn't what we'd prefer to use at runtime. With HTML, parsing of the .html file is done at runtime. This
    PostTypeIcon
    43,166 Views
  • WinFX: An All-Managed API

    Filed under:
    Although this article is a couple weeks old (and I dont know if someone already posted it) I thought it was quite an interesting read on WinFX and its relationship to the .NET Framework today as well as to the Win32 API. It cleared up a few things for
    PostTypeIcon
    2,043 Views
  • What is missing from or broken about XAML?

    Filed under: ,
    Yesterday Chris , Don , Martin (a coworker of Don's) and I met to discuss XAML. We're going to be thinking hard about possible improvements to it. Now when I say XAML in this context - i mean the markup format, not the Avalon elements or animations, etc
    PostTypeIcon
    9,529 Views
  • IS this a democracy?

    Filed under: ,
    I'm not sure how Avalon is going to go on the ID vs Id issue. Thanks to Brad and Steven for raising the issue with the community. I've read every reason, tallied the results, took out the repeat votes (but left their first vote in), took out Microsoft
    PostTypeIcon
    2,419 Views
  • How should Microsoft describe XAML so that any XML editor can provide IntelliSense and Validation?

    Filed under: ,
    Daniel raises the issue of attached properties and shows how WXS could be used for validation. That looks like it is one way to solve the problem of attached properties. But could it work in all XML Editors? We currently provide: a schema - xaml.xsd
    PostTypeIcon
    2,801 Views
  • Question any complexity! Avalon API feedback

    Filed under: , ,
    In the comments of Steven's posting about the SideBar usability study, Frank says: “It is good that usability is being tested for Avalon. Looking at the docs online, I have the feeling it is one of the least-usable APIs I have ever seen. The xml
    PostTypeIcon
    2,607 Views
  • IntelliSense in markup & the Longhorn Tools Experience

    Filed under: , ,
    We just posted a patch to make intellisense in xaml better. The problem was that the XML editor in VS has some things hard coded. It thought that if a file didn't have .xml as an extension, it must not be XML. No matter how much we told it that our <style>
    PostTypeIcon
    3,989 Views
  • HelloWorld.xaml (for Avalon, not Console)

    Filed under: , ,
    Don was showing how XAML was not just about building trees of Avalon Elements with his K&R flashback . That's true: XAML can be used to build (a) element trees, (b) element trees with logic, or (c) class definition. I don't want people to become too focused
    PostTypeIcon
    3,468 Views
  • Why is XAML well-formed XML?

    Filed under: ,
    In a comment , George Mladenov asked: Why does XAML need to be (well-formed) XML in the first place? XQuery is not XML and yet it’s way better than XSLT, since its syntax is more expressive, readable, and intuitive. XAML does need to be interoperable
    PostTypeIcon
    9,523 Views
  • Slides and Demo code from Cli300

    Filed under: , ,
    My demos have been posted for a while. My slides must have gotten lost in the mail... Now it all seems to be posted: http://msdn.microsoft.com/events/pdc/agendaandsessions/sessions/default.aspx My session was CLI300. Let me know if you have any questions
    PostTypeIcon
    2,137 Views
  • Tools in PDC Bits for Building Longhorn Apps - XAML, etc...

    Filed under: , ,
    I'm going to try to start posting my comments answers that others may find good info in on my blog, not just as comments on people's site. Sam Gentile posted : I just realized that the Longhorn SDK adds templates to VS.NET Whidbey so you can use it to
    PostTypeIcon
    2,230 Views
  • XAML Tour

    Filed under: , ,
    So I've described the 5 families of Avalon Elements : Panels, Controls, Shapes, Decorators, & ContentElements. In order to describe how XAML is used to build Element Trees (see XAML: Element Trees, Element Trees + Logic, or Class Defintion ), here is
    PostTypeIcon
    2,629 Views
  • XAML: Element Trees, Element Trees + Logic, or Class Definition

    Filed under:
    There are 3 main ways to use XAML. 1) to define a tree of elements with animations, databinding, etc... 2) to define a tree of elements (as in #1) with programming logic behind it 3) to define a new class #1 doesn't require compilation of the xaml. I
    PostTypeIcon
    3,138 Views
  • Avalon's 5 Element Families

    Filed under:
    XAML has been discussed a bunch lately. It is easiest to show people what it is in person, but since that won't scale, I'll try to convey the same points by posting markup samples, descriptions and screenshots. Avalon, Longhorn & XAML Avalon is a presentation
    PostTypeIcon
    7,790 Views
Page 3 of 3 (60 items) < Previous 1 2 3