Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

ASP.NET MVC - Model.OrderBy Date has no effect

XML to IEnumerable<T>

c# asp.net xml linq

Linq to XML Simple Query

.net linq linq-to-xml

How to sort XML in LINQ C# by an attribute value? Also MVC

xml asp.net-mvc linq sorting

Sort collection within collection using Linq

c# linq

LINQ Quicksort is Unstable Except When Cascading

linq sorting

Linq query with subquery as comma-separated values

linq subquery delimited

Casting and Linq Cast<T>()

Select entities where ID in int array - WCF Data Services, LINQ

c# linq wcf-data-services

What causes the Linq error: This method cannot be translated into a store expression?

c# .net linq entity-framework

Why is Null an Invalid LINQ projection?

c# linq

Expression.Call - Calling linq extension: FirstOrDefault, Where

How to do WHERE IN in linq

c# linq

Convert SQL to LINQ to SQL

c# .net sql linq linq-to-sql

LINQ: How to get parent types' properties while getting their children collections

c# linq

What would be a good approch for using XML as data persistence for a small C# app? [closed]

c# .net xml linq

Returning Enumerable.Empty<T>().AsQueryable() a bad idea?

How do I combine two Expressions?

c# linq linq-to-nhibernate

IEnumerable Select

c# linq

EF 4.1 / Linq-to-SQL: What is better: using Equals or ==?