LINQ

Showing 21 - 26 of 26 results
Today , I was required to order a list of records based on a Name and then ID . A...
In C# , One can sort the List of Objects using Lambdas easily . Until now , i found the...
I came across the requirement to use the “IN” equivalent of LINQ when using Entity Framework . I am sure...
I use .First() method in some of the Entity Framework LINQ queries to return only one record . This works...
I was forced to explore something interesting when i was playing around with the Entity Framework and executing the below...
This was introduced in C# 3.0. Anonymous types are on the fly classes or unnamed classes. For example i define...

Categories

Archives