Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Why can't I use LINQ's First/FirstOrDefault method in OData?

linq odata

Convert nested for-loops into single LINQ statement

`SELECT MIN(ZoneMin), MAX(ZoneMin) FROM Plant` as LINQ to SQL

.net linq linq-to-sql

Enumerable.Average and OverflowException

c# linq

Linq to Entities EF4

c# linq entity-framework

Whats the most concise way to pick a random element by weight in c#?

Getting object with max date time value in one of it's properties

c# linq

LINQ to SQL cross apply

What is the difference between where and join?

c# linq

How can I directly execute SQL queries in linq

c# linq linq-to-sql

How to use Func with IQueryable that returns IOrderedQueryable

linq

LINQ: Select all from each group except the first item

c# linq linq-to-entities

why is this linq query return a boolean and not the first result of the select?

c# linq

DefaultIfEmpty Exception "bug or limitation" with EF Core

Unit Testing Expression Trees

LINQ to XML: applying an XPath

c# xml linq xpath linq-to-xml

Select most recent records using LINQ to Entities

c# linq linq-to-entities

C# Converting set flags in a variable of type flag enumeration to an array of integers

c# linq string enumeration

Getting Entities whose keys match list(or array) of ids

Count or Skip(1).Any() where I want to find out if there is more than 1 record - Entity Framework