New posts in linq-to-sql

How to write Asynchronous LINQ query?

What is "Audit Logout" in SQL Server Profiler?

Understanding SQL Server LOCKS on SELECT queries

how to update the multiple rows at a time using linq to sql?

Linq version of SQL "IN" statement

Get SQL query from LINQ to SQL?

LINQ: combining join and group by

How to return anonymous type from c# method that uses LINQ to SQL [duplicate]

A dependent property in a ReferentialConstraint is mapped to a store-generated column

Linq to SQL how to do "where [column] in (list of values)"

TransactionScope vs Transaction in LINQ to SQL

Understanding .AsEnumerable() in LINQ to SQL

Error - SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM

LINQ to SQL using GROUP BY and COUNT(DISTINCT)

To return IQueryable<T> or not return IQueryable<T> [closed]

NHibernate vs LINQ to SQL

Linq - left join on multiple (OR) conditions

LINQ across multiple databases

linq-To-Sql: filter with enum(flags)

How to select only the records with the highest date in LINQ