-
Caller Information Attributes
Introduction .Net 4.5 introduced 3 new attributes: CallerFilePathAttribute, CallerLineNumberAttribute and CallerMemberAttribute which I think many of us might not even heard of. I came across this when I was reading Jon Skeet C# In Depth book. Feature By using these caller info attributes we can obtain the information about the caller to a method. You… Continue reading
-
Useful Tips & Tricks for Visual Studio
Introduction For anyone doing .NET development knows that Visual Studio is hands down the best IDE that we can get. but the problem is it’s such a massive tool that most developers hardly scratch the surface when it comes to its capabilities. So here i have listed some of the tips/tricks that i think would… Continue reading
