linq

Generating Sequence Numbers In LINQ Query

In this post, we'll see how to generate sequence numbers along with the data that we need in LINQ C#.… Read More

5 years ago

Replacing existing entity framework code with Dapper

Developers choose Entity framework ORM (EF) for better productivity when accessing the database. But, when the product is built that… Read More

5 years ago

why func delegate is not translated to sql

This post is a sequence for the previous article which shows why the Func delegate is not translated into the… Read More

5 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

This website uses cookies.