Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

LINQ to Entities does not recognize the method 'System.TimeSpan Subtract(System.DateTime)' method

EntitySet - is there a sane reason that IList.Add doesn't set assigned?

Operation could destabilize the runtime?

LINQ to SQL and a running total on ordered results

How to use "contains" or "like" in a dynamic linq query?

.net linq linq-to-sql dynamic

System.Data.SqlClient.SqlException: Invalid object name 'dbo.Projects' [closed]

asp.net-mvc linq-to-sql

How to do a LIKE query with linq? [duplicate]

c# linq-to-sql

If Else in LINQ

c# linq linq-to-sql

Compare nullable types in Linq to Sql

c# linq-to-sql nullable

How to Select Min and Max date values in Linq Query

linq linq-to-sql

LINQ and pagination [duplicate]

c# linq-to-sql

How to move from Linq 2 SQL to Linq 2 Entities?

Using contains() in LINQ to SQL

Is Injection Possible through Dynamic LINQ?

Retrieve LINQ to sql statement (IQueryable) WITH parameters

c# linq-to-sql

LINQ to SQL and the repository pattern

Update using LINQ to SQL

linq linq-to-sql

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

Best way for retrieving single record results in LINQ to SQL

linq linq-to-sql

LINQ to SQL: GroupBy() and Max() to get the object with latest date

c# linq linq-to-sql group-by