Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Subquery in LINQ that's in the select statement, not the where clause

c# linq-to-sql subquery

How to do a batch update?

c# sql sql-server linq-to-sql

How do I update a foreign key efficiently in LINQ to SQL/SQLMetal?

Violation of UNIQUE KEY Contstraints - Cannot insert duplicate key

mySQL + LINQ to SQL in C#

.NET: Converting from LINQ to SQL to Entity Framework

Why do the nullable explicit cast LINQ operators throw invalid format exceptions on empty values?

c# linq linq-to-sql

EntityRef and compiled LINQ plans

c# linq linq-to-sql

Are there any parts of LINQ I should avoid for SQL 2000?

linq linq-to-sql .net-4.0

Why is Convert.ToDecimal returning different values

c# .net linq-to-sql

DbComparisonExpression requires arguments with comparable types

c# linq-to-sql

LINQ version of TOP PERCENT

linq linq-to-sql

Is it beneficial to use multicolumn (composite) primary keys when using Linq to SQL?

sql linq linq-to-sql

Best way to update in Linq To SQL

When does the DataContext will open a connection to the DB?

why LINQ 2 SQL sometime add a field like select 1 as test, others valid fields

linq-to-sql

How to write this query in Linq2Sql

sql linq linq-to-sql select

LINQ to SQL query help (string contains any string in string array)

c# linq-to-sql lambda

How do I implement this command to prevent deadlocks with LINQ to SQL?

c# .net linq-to-sql

Why is it bad to implicitly commit a Unit of Work in a Dispose() method?