Three methods to convert strings into enums in C# — Ivan KahlI recently had to solve the problem of converting strings into enums in C#. There are a few different solutions you can implement…Dec 6, 2020Dec 6, 2020
Using Config.Net for .NET Application ConfigurationsA while back I wrote an article describing how to create custom configuration sections in the App.config file in .NET. This is by far the…Oct 22, 2020Oct 22, 2020