Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

specific Order by Linq to SQL

c# linq-to-sql sql-order-by

How to join multiple tables?

LINQ to SQL "1 of 2 Updates failed" on "SubmitChanges()"

c# sql-server linq-to-sql

Bulk Update with LINQ to SQL

linq-to-sql

How to do Joins in Linq using lambdas and the expression tree?

.net linq-to-sql

Building Dynamic LINQ Queries based on Combobox Value

Resharper with large or *very* large files

Linq to SQL or Linq to DataSet?

How to check for LINQ to SQL connection error

LINQ - 'the type of one of the expressions in the join clause is incorrect'

c# linq-to-sql

Use string as field name in LINQ

Dynamic where clause in LINQ - with column names available at runtime

LINQ To Entities and Lazy Loading

Why does EF 4.1 not support complex queries as well as linq-to-sql?

How to know if a field is numeric in Linq To SQL

c# sql-server linq-to-sql

Why should I use Entity Framework over Linq2SQL

UPDATE operation - Operation is not valid due to the current state of the object

c# linq-to-sql

How to handle null value in entity framework sum function

c# linq-to-sql

Entity classes decoupled from LINQ to SQL provider for implementing the Repository pattern. How?

How to learn queries in LINQ [closed]