In this post, we will discuss about the C# 6.0 nameof operator. In the code snippet below we are trying to the details i.e Class & method names whenever a method is invoked. In real life applications we do similar kind of logging using any logging library. The issue here is we have used string […]