
How to Display Friendly Names for Enumerations in C#?
Displaying friendly names for enumeration elements using the Description annotation
Read MoreLearn. Code. Listen
Displaying friendly names for enumeration elements using the Description annotation
Read MoreExtension methods is a great feature in .Net that allows developers to add or extend methods of existing types or classes and call them naturally, as if they are part of these types or classes
Read MoreDo you know that you can write a nested conditional statement in .net with true and false sides in a single line of code? Yes, this is possible. It can …
Read More