Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Linq to SQL: Why am I getting IDENTITY_INSERT errors?

Atomically mark and return a group of rows in database

Sequence contains more than one matching element

c# linq-to-sql

Is NServiceBus (AsA_Server) without DTC possible?

Joining two tables using LINQ

c# asp.net linq linq-to-sql

Linq to SQL and large DB model

linq-to-sql

How to find the ROW_NUMBER() of a row with Linq to SQL

c# .net linq-to-sql

Using SQL Server 2008 R2 with Visual Studio Express

DELETE statement conflicted with REFERENCE constraint

Does Linq retrieve all records first if I do a Count?

c# linq-to-sql

Is there a bug or limitation in LINQ to SQL which would cause stored procedures to timeout?

Entities doing too much?

Concurrency with Linq To Sql and ASP.NET

Can LINQ to SQL fill non-ColumnAttribute-marked properties when using DataContext.ExecuteQuery?

c# linq-to-sql

Why does this LINQ-to-SQL query get a NotSupportedException?

c# linq linq-to-sql

Considerations for implementing LINQ to SQL or Entity Framework now, intending to use NHibernate later

Bulk inserting best way to about it? + Helping me understand fully what I found so far

LIKEs and ORs and stuff in Linq

Custom implementation of a DomainService using Linq to SQL