Coding
Simpler way to get property name and class name
I have this line of code: nameof(Class) + "." + nameof(Class.Property). Is there a simpler way to write this? Can I write an extension for this?I can’t think of a way of simplifying it. You Read more…