Contextual Keywords in C#: Everything you need to know
In C#, contextual keywords are a special type of keywords that provide specific meaning within a particular context in your […]
Contextual Keywords in C#: Everything you need to know Read Post »
Software Development
In C#, contextual keywords are a special type of keywords that provide specific meaning within a particular context in your […]
Contextual Keywords in C#: Everything you need to know Read Post »
I was reading a .NET documentation about some common C# code conventions we should know about. In this article, I will
Some of the common C# coding conventions you should know Read Post »
What is the Template Method Design Pattern? In simple words, a template method design pattern is a behavioral design pattern that defines
Template Method Design Pattern in C# Read Post »
Some tips on how to review a PR better Peer PR (Pull Request) reviews are an important part of a developer’s everyday
Do better code review! Read Post »
I was first introduced to the term Agile when I joined working for a startup 6 years ago. At first, I was completely
AGILE terms you should know about Read Post »
Every developer encounters a situation where they have to write a logic that requires checking multiple conditions but out of
Say Goodbye to multiple If Else Read Post »