Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

FirstorDefault() causes lazy loading or eager loading for linq to sql

linq c#-4.0 linq-to-sql

Return multiple aggregate columns in LINQ

linq-to-sql aggregate

The data types text and nvarchar are incompatible in the equal to operator

c# asp.net-mvc linq-to-sql

DefiningQuery and no <DeleteFunction> element exists in the <ModificationFunctionMapping> element to support the current operation

c# linq-to-sql entity

Unable to cast object of type 'System.Data.Linq.DataQuery`1[System.Int32]' to type 'System.IConvertible'

c# linq linq-to-sql

Selecting all child objects in Linq

c# linq linq-to-sql

How to Remove multiple items in List using RemoveAll on condition?

c# linq linq-to-sql

Is Aggregate fatally flawed because each into clause is executed separately?

ASP.Net User activity tracking in database

Make Linq to Sql generate T-SQL with ISNULL instead of COALESCE

c# linq tsql linq-to-sql

Automatically checking for NULL relationships with LINQ queries

c# linq linq-to-sql

LinqToSQL Error : Operation is not valid due to the current state of the object

c# .net 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