Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Data Access from Entity framework works during debugging but not on live

Linq version of SQL "IN" statement

sql linq linq-to-sql

using PredicateBuilder inside a select

c# .net linq linq-to-sql

Linq Where clause with Generics does not reconize Equals base type

How do you JOIN/GROUP/Max/Min all within Linq?

c# linq linq-to-sql

Linq to SQL writing translatable functions

c# linq linq-to-sql

How do you skip default value columns on insert/update in Linq To SQL?

.net linq linq-to-sql

Linq to SQL: order by value in related table

linq linq-to-sql

How do I combine two Member Expression Trees?

LINQ to SQL architecture. What is best?

L2S (LINQ to SQL) or EF (Entity Framework)

Is my DB connection closed? (Linq to Sql)

T-SQL selecting values that match ISNUMERIC and also are within a specified range. (plus Linq-to-sql)

Constructor or Explicit cast

c# linq linq-to-sql

LINQ-to-SQL performance issue for mass inserts

cannot convert from 'System.Data.Linq.Binary' to 'System.IO.BinaryReader'

How do I test if a Linq to SQL query returns no rows?

linq-to-sql

LINQ to SQL: How to handle ambiguous column names when joining tables?

ExecuteScalar() analogue in custom Linq to Sql query

Repository Pattern and MVC help