Fixing .NET Configuration Hell with TeleSharp: Authoring Configuration Files

The configuration authoring experience remains one of the main challenges of .NET applications. Every time we need to create a new configuration files, we find ourselves going to MSDN or similar websites and trying to figure out the structure of different configuration sections and the sad thing is that we

DO THIS OVER AND OVER AND OVER AGAIN :(

With TeleSharp, we addressed this problem by introducing the model and the tooling that drastically simplifies the experience of authoring configuration files.

Read More....

No Comments