Sat, Jun 24 2006 2:05 PM Olaf Conijn

“Enterprise Library Extensions” becomes “.NET Configuration Manager”

After having my share of success with developing the “Enterprise Library Extensions”, I started thinking about how to take this further.... and conquer the complete .net configuration schema!
 

In the past months I silently developed 2 ‘proof of concepts’ applications to prove this point:

 

From feedback on my blog (and from working on the above), I learned a great deal about what is valuable in terms of configuration management and how to build a tool that allows developers to have a similar experience managing configuration across the complete .Net framework 2.0.

This should well be possible given that the new System.Configuration namespace in .NET 2.0 makes ConfigurationSections self-describing in terms of schema and validation. 

.NET Configuration Manager

My current ambition level is developing a tool that allows a developer to manage configuration stored in an arbitrary ConfigurationSection build in .NET 2.0 (yup, that includes a ConfigurationSection developed by yourself).


To reflect this new ambition, I am rebranding this pet-project “.NET Configuration Manager”(or “CoMan” for intimae).

 

Kudos to the CodePlex team for setting me up with a workspace at which I will continue development and will be the place for collaboration, new releases, documentation and feedback. The workspace also contains a newsfeed aggregated from this weblog.


Feel free to take a first look at: codeplex.com/Wiki/View.aspx?ProjectName=CoMan

Stay tuned for more!

Filed under:

# CoMan Proof of Concept #1: Configuring WCF

Saturday, June 24, 2006 7:13 AM by ^(?:[^$]*)$ --Matches everything, captures nothing

In order to realize my ambitions and create a configuration management environment for .NET 2.0 it...

# CoMan Proof of Concept #2: full configuration support for System.Web

Saturday, June 24, 2006 8:44 AM by ^(?:[^$]*)$ --Matches everything, captures nothing

Before starting the development of a general purpose configuration management environment,...

# .NET Configuration Manager

Sunday, June 25, 2006 10:40 PM by Ido Samuelson's blog

Olaf Conijn did an AMAZING job in create a configuration management environment for .NET 2.0....