Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

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

Last and LastOrDefault not supported

c# .net linq linq-to-sql

How can I reject all changes in a Linq to SQL's DataContext?

linq linq-to-sql

Get SQL query from LINQ to SQL?

c# .net linq-to-sql

LINQ syntax where string value is not null or empty

linq linq-to-sql

'CompanyName.Foo' is a 'namespace' but is used like a 'type'

List, IList, IEnumerable, IQueryable, ICollection, which is most flexible return type?

Group Multiple Tables in LINQ

c# sql linq linq-to-sql

LINQPad, using multiple datacontexts

LINQ to SQL - How to select specific columns and return strongly typed list

asp.net linq-to-sql