My thoughts on using regions in C#
Coding practices are such a divisive topic in any software team. Each of us will have our own preferences. But when we are in a team we need to bend…
@solidcodeguru
Coding practices are such a divisive topic in any software team. Each of us will have our own preferences. But when we are in a team we need to bend…
Now that VS 2017 RC is released with bunch of cool features along with refactoring support leveraging C# 7.0 features, Now is the best time to take a deep dive in…
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…