C#

Unit tests for private methods?

This post as you read from the title is about unit testing for private methods. Do we really need to… Read More

5 years ago

Don’t use Func delegate on the Entity Framework entities

Why LINQ query is slow. Func delegate on Entity framework causes performance issue. In this post, I'll talk about how… Read More

6 years ago

Building dynamic LINQ queries using Expression Trees and Func

Building dynamic SQL statements is cumbersome. In this post, we will see how to build the dynamic LINQ queries without… Read More

6 years ago

Shortest word in a string with LINQ

In this post, we'll try to find the shortest word in a string using LINQ. Read More »Shortest word in… Read More

6 years ago

Get only specific types from List in C#

This is a post to get the specific type of items from a mixed list of items. I have tried… Read More

6 years ago

How c# compiler looks at switch case statements

Every developer writes a switch case statement at least once in their life of programming but as he/she understands the… Read More

6 years ago

Awaiting A Method Vs Awaiting A Task

In this post, we'll explore the major difference between awaiting a method and awaiting a Task. Read More

6 years ago

This website uses cookies.