Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Making a reusable predicate for EntitySet<T>, IQueryable<T> and IEnumerable<T>

c# .net linq linq-to-sql

How to use distinct with group by in Linq to SQL

c# .net linq linq-to-sql

The full-text query parameter for Fulltext Query String is not valid

Can LINQ-to-SQL omit unspecified columns on insert so a database default value is used?

"new" inside concrete type projection is only called once

c# linq linq-to-sql

How to implement SkipWhile with Linq to Sql without first loading the whole list into memory?

How to use System.Linq.Expressions.Expression to filter based on children?

c# .net linq-to-sql expression

Crystal Reports and LINQ

Best-practices for localizing a SQL Server (2005/2008) database

How do I exclude a member from Linq-To-Sql mapping?

c# .net linq linq-to-sql

Why isn't this short circuit in lambda working?

c# linq linq-to-sql

Cannot insert explicit value for identity column in table 'ClientDetails' when IDENTITY_INSERT is set to OFF

How to inner join tables from different Data Context? [duplicate]

Generate a Database using LinQ to SQL DBML file

linq-to-sql

When does compile queries of LINQ to SQL improve performance

c# performance linq-to-sql

Is there a neat way of doing a ToList within a LINQ query using query syntax?

Get sum of two columns in one LINQ query without grouping

Refreshing a DBML diagram?

entityframework There is already an open DataReader associated with this Command which must be closed first

How do you left join in Linq if there is more than one field in the join?