This post as you read from the title is about unit testing for private methods. Do we really need to… Read More
Why LINQ query is slow. Func delegate on Entity framework causes performance issue. In this post, I'll talk about how… Read More
Building dynamic SQL statements is cumbersome. In this post, we will see how to build the dynamic LINQ queries without… Read More
In this post, we'll try to find the shortest word in a string using LINQ. Read More »Shortest word in… Read More
This is a post to get the specific type of items from a mixed list of items. I have tried… Read More
Every developer writes a switch case statement at least once in their life of programming but as he/she understands the… Read More
In this post, we'll explore the major difference between awaiting a method and awaiting a Task. Read More
This website uses cookies.