Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

How to convert DateTime to TimeSpan in Entity Framework query

LINQ multiple where clause

linq where-clause

LINQ to XML - How does it work?

.net xml linq linq-to-xml

Entity Framework - An item with the same key has already been added. - Error when trying to define foreign key relationship

How do you force explicit tag closing with Linq XML?

c# xml linq tags

Is it possible to create C# language modifications as did LINQ?

Deleting multiple records with Entity Framework using a single LINQ query

c# linq entity-framework

NHibernate Linq provider and take() skip() with eager fetching

linq nhibernate

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