Welcome to WindowsClient.net | Sign in | Join

Rob Relyea - XAMLified

WPF, Silverlight and XAML

New Xaml Vocabulary: Config?

Josh Twist would like to see .config move over to be XAML based.

    • XAML for Config (theJoyOfCode.com) - "Type checking, extensibility... oh the joy."

Pointer to previous post (added 2008/04/16)

Updated list of Posts in XAML as Config space (added 2010/01/04) 

Guidance on how to use XAML for Config:

 Examples of using XAML for Config:

<SandboxConfiguration

    xmlns="http://thevalerios.net/matt/XamlConfig"

    FriendlyName="SandboxGroup1">

    <SandboxConfiguration.RootDirectory>

        C:\Sandbox\Test1\

    </SandboxConfiguration.RootDirectory>

    <SandboxConfiguration.RetrySection>

        <RetrySection RetryCount="10" DelayInterval="5"/>

    </SandboxConfiguration.RetrySection>

    <SandboxConfiguration.SandboxItems>

        <SandboxItem CleanBeforeUse="True" Path="C:\Temp\"/>

        <SandboxItem CleanBeforeUse="False" Path="C:\Temp2\"/>

        <SandboxItem CleanBeforeUse="True" Path="C:\Temp3\"/>

    </SandboxConfiguration.SandboxItems>

</SandboxConfiguration>

Discussion of using XAML for Config:

Published Friday, April 11, 2008 8:04 AM by Rob_Relyea

Comments

# WPF/Silverlight/XAML Web News - 2008/04/25@ Friday, April 25, 2008 7:44 AM

WPF Applications Karsten: Using Flotzam At A Conference .&#160; That plus a cool way to pick sessions

# Persistable View Models & XAML for Config@ Saturday, January 16, 2010 10:41 AM

I’m working on a XamlPad application sample using WPF4. As part of that, I’m ending up exploring ideas

Leave a Comment

(required) 
(required) 
(optional)
(required) 
Page view counter