Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

LINQ - The difference between .Select(n => n.Name) and .Select(n => new { n.Name } );

c# .net linq entity-framework

Is there a concise built-in way to get a list item by index that is not going to throw an exception?

c# .net linq list

DateTime comparison without time part?

Uppercase a List of object with LINQ

c# linq

lambda expression and Messagebox in C#

Task.WhenAll return list instead of array

Why doesn't IOrderedEnumerable retain order after where filtering

c# linq

Linq 2 SQL or Linq Entities

How to compute a running sum of a series of ints in a Linq query?

c# linq

Can I use the "Count" property on a Linq result?

c# linq

Linq Should I Return List<T> Or IEnumerable<T> When I Still May Do More Later

c# linq memory-management

How to read XML file in c#?

c# xml linq linq-to-xml

Slow LINQ query for .ToArray()

c# winforms performance linq

Reversing Dictionary using LINQ in C#

c# linq dictionary

LINQ count character apperance

c# linq

Get Specific Range of List Items (LINQ)

c# linq

LINQ to SQL Peculiarities

c# linq linq-to-sql

Check if results from LINQ query contains a value

c# asp.net linq

Array get min value bigger than other value

c# linq

Get all possible distinct triples using LINQ

c# linq unique