Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Linq to SQL construct a custom object externally

linq linq-to-sql

How to get pass this error "Value cannot be null. Parameter name: entity"

c# linq-to-sql

Table<T>.DeleteOnSubmit generated SQL matching all columns

.net linq-to-sql

How can I modify this linq query to return some empty fields instead of just omitting the data that doesn't fit the join?

c# linq-to-sql

predicate builder with two tables

DeferredLoadingEnabled - how does it work?

LINQ to SQL not recognizing new associations?

linq linq-to-sql

How do I convert this SQL query to LINQ to SQL

linq linq-to-sql

How do you minimize the performance hit when upgrading to EF 4.1 from LINQ to SQL?

Is it possible to use Soundex (or other SQL functions) in LinqToSql?

linq-to-sql soundex

LINQ to SQL transaction and read ID of inserted record

c# linq linq-to-sql

Linq to sql Haversine formula

Entity - Linq to Sql Only load a part of the entity

Linq to SQL Extensibility Method Definitions

linq-to-sql extensibility

Is it possible to improve the performance of batch deletions when using Linq to SQL on Windows Phone?

Local file-based SQL Server

Linq-To-Sql SP won't map to class

c# linq-to-sql

Passing different content that implements the same interface