Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Select one column, order by another

Method 'Boolean Contains(System.String)' has no supported translation to SQL

sql linq-to-sql

How do I stop SQL Server 2008 R2 trying to install some package when I build my setup project?

Converting SQL Rank() to LINQ, or alternative

c# sql linq linq-to-sql

How to create a dynamic LINQ join extension method

Linq To SQL: Sort Query by Arbitrary Property(Column) Name

c# linq c#-4.0 linq-to-sql

Is it possible to Serialize a LINQ object?

Problem with generating association inside dbml file for LINQ to SQL

c# .net linq-to-sql

The query results cannot be enumerated more than once?

SQLite.net SQLiteFunction not working in Linq to SQL

Returning a single value with Linq to SQL

Linq: Delete and Insert same Primary Key values within TransactionScope

Linq-to-SQL and DateTime weirdness

How to use LINQ To SQL in an N-Tier Solution?

Using XQuery in Linq To SQL?

Disable all lazy loading or force eager loading for a LINQ context

Out of memory when creating a lot of objects C#

Linq To SQL and Having

c# sql linq linq-to-sql tsql

LINQ To SQL exception with Attach(): Cannot add an entity with a key that is already in use

Why would reusing a DataContext have a negative performance impact?