In C# 4.0 or earlier versions, in order to get the caller information at the called method, the caller had to explicitly pass the information as a parameter or by some other means. Bipin Joshi examines C# 5.0's Caller Info attributes to accomplish the task with ease.
