Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

getting the ID of newly added recorded using linq to entities

linq linq-to-entities

LINQ to Entities three table join query

ASP.NET Session and LINQ

How to build a dynamic FROM clause for a LINQ query?

EF Intersect Syntax

Using Linq with WCF

Simple way to return anonymous types (to make MVC using LINQ possible)

EF 4.1: Why does turning a constant into a variable result in extra sub query?

Which LINQ query to select rows from 1 table that are not in another table

Distinct Date with Linq

DataLoadOptions equivalent for LINQ to Entities?

Where clause on collection

How do you implement Pipes and Filters pattern with LinqToSQL/Entity Framework/NHibernate?

How to return many Child Collections Count() in a single entity framework query

OrderBy and Distinct using LINQ-to-Entities

Retrieve all Children and their Children, recursive SQL

Linq to Entities: see the resulting query (context.Log = Console.Out)

LINQ to SQL MAX in WHERE clause

LINQ to Entities Include() does not work

Get only one (last) record in one-to-many join with linq-to-entities