Configuration DSL – Part III: Writing a Fluent Interface for Configuration in C#
This is the third entry on creating configuration DSLs in C#. The previous entry looked at the implementation. The basis of this code is to solve the problem that there are multiple configurations an application may require: development, test and moving through environments up to production. This solution makes the distinction that there are profiles [...]
Also tagged C#, Configuration, dotnet, FluentInterface, TDD, UnitTesting