Saturday, March 26, 2005 5:51 PM
Olaf Conijn
GDN Workspace for EntLib Configuration Console extensions
After quite a struggle I finally got the GotDotNet workspace for Enterprise Library Configuration Console extensions working!
I am currently developing an Xml editor that runs from within the configuration console. The goal is to allow the configuration of any type of xml document, without having to write ConfigurationNode classes. More about this as soon as it has reached its first beta version.
I also added my two other EntLib configuration console extensions to the goodies list, at the bottom left corner of my weblog.
These are:
· ConfigConstsWriter: Useful configuration node to validate the configuration node names you use at compile-time.
· ConfigDesignerVerbs: A framework(-ish) set of assemblies that enables developers to create DesignerVerbs for their configuration nodes.
There’s an example that works with the ‘Sql connection string’- node & checks the connectionstring against a running instance of Sql-server.