App.Config or XAML

Posted by Florian Doyon on Stack Overflow See other posts from Stack Overflow or by Florian Doyon
Published on 2010-05-21T08:46:24Z Indexed on 2010/05/21 8:50 UTC
Read the original article Hit count: 443

Hi ladies(?) and gents,

I am currently evaluating my options for a rewrite of the projects I'm working on and I am a bit miffed by the stringly-typed nature of our app.config files.

I'd like to move to a more structured approach, so I have two options:

  • Use custom SectionHandlers in the app.config
  • Scrap app.config and use XAML instead.

I'd like to get your opinions and horror stories on this, what are the pros and cons of using XAML for this?

Cheers, Florian

© Stack Overflow or respective owner

Related posts about xaml

Related posts about .NET