Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Add a LINQ or DBContext extension method to get an element if not exist then create with data in predicate (FirstOrCreate)

How to add empty groups to a Linq query result set?

c# .net linq

Nested .Select() inside of .Where()

c# sql linq

How merge two sequences into one?

c# .net sql vb.net linq

Import Linq-To-SQL list to MongoDB

Refactor Linq code and "LINQ to Entities does not recognize the method"

How to compare with previous or next element's properties in List<T> while the compare fields are dynamic?

c# linq dynamic

Index over multiple lookup tables in SQL Server

Linq Sum() precision

How to create an IQueryable Web API that can pull data from several data sources?

Resharper Convert foreach to LINQ using extension methods

c# linq resharper

Grouping by multiple keys known at runtime

c# .net linq

LINQ grouping multiple fields only if one of the fields is a specific value

c# wpf linq

Entity Framework - Select specific columns and return strongly typed without losing cast

PagedList using LINQ Skip and Take, but show paging using Count of results

Entity Framework with Linq, inner Join, Group By, Order By

How to query a nested list using a lambda expression

linq lambda

Buffering a LINQ query

c# .net linq ienumerable

How can I implement NotOfType<T> in LINQ that has a nice calling syntax?

How to convert XmlNode into XElement?

c# .net linq linq-to-xml