.net

March 10, 2004 .net

Avalon vs. Quartz Extreme

If you read Ian’s article on Avalon Graphics Composition before the fireworks, you missed a wonderful discussion of how Avalon compares with Apple’s Quartz and Quartz Extreme. Not only does Ian respond to the ever popular Doesn’t Mac OS X already do today what Longhorn will do tomorrow?” with a resounding No!” but he does it in such a thorough manner, that you can’t help be admire it.

You go, Ian! : )

March 10, 2004 .net

Ryan Dawson on RTC in Longhorn

This time, Ryan digs into the RTC stack in Longhorn to build an IM app to enable synchronized browsing and chatting. Includes source code and a meaty write-up, including Ryan's complaints about the current RTC stack.
March 10, 2004 .net

Benjamin Summarizes Service Boundary Guidance

I'm really getting to like Benjamin’s Mitchell’s blog as a Reader's Digest of various issues that he's following. This time, he summarizes advise from across three MS architects providing guidance on where to draw boundaries between services.
March 9, 2004 .net

C# Corner on the WinFS Data Model

Jesus Rodriguez provides an overview of the WinFS data model, including using it for searching and notifications.
March 9, 2004 .net

Interactive XAML Editor Preview from Mobiform

Mobiform is one of two 3rd party vendors that have been building a XAML parser that runs under the current version of .NET. Today, Mobiform went one better by releasing a working preview of an interactive XAML Editor that runs under the current version of .NET. Plus, the XAML that I created in the editor works on the PDC Longhorn bits.

Now there’s something other than the 101-Key Text Wizard to use when designing XAML for Longhorn. Mind you, what Mobiform has put together isn’t Illustrator or even Paint Brush yet, but it’s an amazing start.

March 8, 2004 .net

Ian on Graphical Composition in Avalon

Normally I like to consume something before I recommend it, but his stuff is always so good that I’m going to point out Ian’s new piece on graphical composition in Avalon before I’ve even read it. Here’s the conclusion to whet your appetite:

The new composition model in Avalon removes many of the visual design constraints that applied to most Win32 applications. It also improves performance by making more effective use of modern graphics cards, reducing the frequency with which the OS has to call the application back to keep the display up to date, and enabling a much higher quality of user interface.”

Enjoy.

March 8, 2004 .net

Using Windows Forms Markup (WFML)

Love markup but can’t wait for Longhorn/Avalon/XAML? Check out Joe Stegman’s WFML (Windows Forms Markup Language).

[via Chris Anderson]

March 8, 2004 .net

WinFS Scenario #3: Easing the Development Process

Jeremy Mazner has posted another in his series of compelling WinFS scenarios. Personally, this is one of my favorite, simply because it talks about the massive developer benefits of having an object-based stored built into the OS.