Configuration DSL – Part II: Writing a Fluent Interface for Configuration in C#
This is the second entry on creating configuration DSLs in C#. The previous entry looked at the design of the interface. This one looks at the implementation. Just a small note that the configurator does not use an IoC container to solve the problem of dependency injection. Separating out settings from values: the configurator and [...]
Tagged C#, Configuration, dotnet, DSL, FluentInterface, TDD, UnitTesting