html-css-collage-concept-with-person (1)
Blogs

To var or not to var: Understanding the Usage of the var Keyword in C#

Author: Sunil Shahi Introduction: C# is strongly typed language. Yes, I know that is old news, but sometimes it might not be so evident to neophytes developers or converts who come from ...

Simplifying LINQ Sorting
Blogs

Simplifying LINQ Sorting: A Custom Solution for OrderBy in C#

Introduction: As software developers, we often find ourselves using LINQ methods to manipulate data with ease and fluency. However, when it comes to sorting data, we encounter a small inconvenience...