Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

LINQ to SQL query not returning correct DateTime

c# linq sqlite datetime

Why is `.Select(...).Last()` optimized, but `.Select(...).Last(...)` not?

c# .net linq

LINQKit: nesting an ExpandableQuery in LINQ to Entities

How would you implement LINQ methods with SelectMany? [closed]

Is there a way to use `dynamic` in lambda expression tree?

How to add field not mapped to table in Linq to Sql

c# .net sql-server linq

Using XQuery in Linq To SQL?

LINQ to Nhibernate duplicates joins

SqlDateTime overflow when inserting value with DateTime.Now

c# sql linq

Find out which page an item is on

c# linq entity-framework

C#, EF & LINQ : slow at inserting large (7Mb) records into SQL Server

Disable all lazy loading or force eager loading for a LINQ context

EntityFramework 5 filter an included navigation property

c# linq entity-framework-5

Recursive LINQ calls

c# linq

Use IQueryable.Count<T> with an IEnumerable<T> parameter

c# linq ienumerable iqueryable

Calling ToList() on ConcurrentDictionary<TKey, TValue> while adding items

If I cast an IQueryable as an IEnumerable then call a Linq extension method, which implementation gets called?

c# linq extension-methods

Does "where" position in LINQ query matter when joining in-memory?

c# linq join .net-core where

Why is there a JConstructor?

Entity Framework filter data by string sql