Avoid Magic String Constants in C# Using Reflection June 5, 2015 .net, c #, programming languages No Comments Magic string constants are as bad as magic numbers. They are error-prone. One bad impact is that if you have quite a number of usages throughout the project, you … [Continue Reading...]