Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Can I use LINQ to create a new list of objects from an existing list

c# linq foreach

How to select values in list that are NOT IN a Table using EF Core?

Sort part of a list in descending order (by date), the other part in ascending order (alphabetically)?

c# linq

How can I update in Linq an entity that is disconnected from database?

c# linq

Best practices re: LINQ To SQL for data access

asp.net linq linq-to-sql

LINQ query with multiple aggregates

Does LINQ use DataRelations to optimize joins?

Stop LINQ to SQL from executing select statements after insert

Order by with Collate clause | Entity Framework

When is OnValidate called in Linq?

c# linq partial

Is there any performance difference between myCollection.Where(...).FirstOrDefault() and myCollection.FirstOrDefault(...)

linq performance

How can I combine several Expressions into a fast method?

c# linq lambda dynamicmethod

Return Count from Netflix oData Service When the LINQ Count() Method Doesn't Work

This method is not supported against a materialized query result

c# linq entity-framework

How do I delete all child elements using linq to sql?

.net linq linq-to-sql

How can I convert a Predicate<T> to an Expression<Predicate<T>> to use with Moq?

c# linq lambda moq

What is the easiest way to save a LINQ query for later use?

linq

Convert SQL Query (with Correlated Subquery) to LINQ in C#

c# sql linq

In LINQ, do projections off an IOrderedEnumerable<T> preserve the order?

c# .net linq

How-to ensure multiple collections have the same item count using LINQ

c# .net linq .net-4.0