Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

How do I keep an IQueryable<> within a transaction using the repository pattern?

C# abstract base class for common columns in LINQ

Using System.Xml.Linq with mono command line compilers

xml linq mono

Get excel cell value with Row and Column Position through open xml sdk linq query

c# xml linq

Why IEqualityComparer<T> has GetHashCode() method?

NHibernate 3.1 Linq with Contains and Any

linq nhibernate

How to filter to all variants of a generic type using OfType<>

c# linq generics filter oftype

Can Scala collection's seq/par/view/force be seen as a violation of the uniform return type principle?

c# linq scala collections types

read xml file using linq

c# xml linq

Linq cannot find inserted record before submitchanges

c# linq linq-to-sql

trying to call a method in the where of a linq statment

c# .net linq linq-to-sql

Linq to XML - Find an element

c# xml linq linq-to-xml

DbGeometry makevalid?

"Unzip" IEnumerable dynamically in C# or best alternative

Invalid CRM 2011 LINQ Query: "Invalid 'where' condition. An entity member is invoking an invalid property or method."

C# Linq Column Name as variable

c# linq entity-framework

Intercept all EF6 Linq queries

In a Linq predicate, will the compiler optimize a "scalar" call to Enumerable.Min() or will it be called for each item?

c# linq optimization lambda

Is there a way to inline external functions into an EF Linq query?

c# .net linq entity-framework

Convert List<T> into another List<T> that contains another List<T>

c# asp.net-mvc linq