Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to search in 2D array by LINQ ?[version2]

How to use LINQ Where for generic type?

c# linq

ORM and SOA in the .NET world [closed]

Linq To SQL Attach/Refresh Entity Object

c# .net linq linq-to-sql