Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Common query for multiple similar entity types in Entity Framework

c# entity-framework linq

How do I write EF.Functions extension method?

Multiple or Single Repositories with LINQ

asp.net-mvc linq tdd

How can I make sure my LINQ queries execute when called in my DAL, not in a delayed fashion?

LINQ to XML in VB.NET

xml vb.net linq linq-to-xml

Non-linear scaling of .NET operations on multi-core machine

For developers, is it worth it to learn/use SSIS?

.net linq ssis packages etl

Can I get the delta of two IEnumerables in LINQ?

c# linq

What is the best way to check and retrieve the first item of a collection?

c# linq scope

Anonymous Type with Linq and Guid

c# linq guid enumerable

Is there a way to simplify this linq

c# linq

LINQ calling a Stored Procedure is slow

LINQ - SelectMany from multiple properties in same object

c# linq

Linq Count method and Performance

linq

Nhibernate LINQ DateTime.AddDay does not work

linq nhibernate datetime

Is there an easy way to merge two ordered sequences using LINQ?

c# linq

LINQ flavored IS IN Query

c# linq lambda

LINQ OrderBy anonymous object with projection comparer

c# linq icomparer

LINQ Getting Unique items from a List within a List

How can I select items with Linq by Date while ignoring Time portion of a DateTime property?

c# .net linq entity-framework