Caller Information Attributes in .NET 4.5

What ? Caller information are set of attributes which are part of . NET Framework 4.5 . These attributes will help the developers in easily capturing the calling method's name, line number and the file path which are the key attributes for logging/tracing. The attribute names are :  a) CallerMemberNameAttribute  b) CallerLineNumberAttribute  c) CallerFilePathAttribute Why ? Previously to capture the calling …

Continue reading Caller Information Attributes in .NET 4.5