Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

How to get linq `ForEach` statement to return data on the method call being made for each list object?

Duplicate LINQ to SQL entity / record?

.net linq-to-sql

Linq to Sql - Set connection string dynamically based on environment variable

How to update with Linq-To-SQL?

c# .net linq linq-to-sql

The type or namespace name 'Linq' does not exist in the namespace 'System.Data' , etc

Linq distinct & max

c# linq linq-to-sql

C#: Is it possible to declare a local variable in an anonymous method?

FirstOrDefault In F#

linq-to-sql f#

Loading Subrecords in the Repository Pattern

InvalidCastException in a LINQ query

Is everyone here jumping on the ORM band wagon?

LINQ-SQL reuse - CompiledQuery.Compile

linq-to-sql

How to force LINQ to SQL to evaluate the whole query in the database?

c# .net sql linq linq-to-sql

Linq To SQL problem - has no supported translation to SQL (problem with C# property)

Linq to SQL count grouped elements generating a timeout

c# .net linq linq-to-sql

Why does linq-2-sql create extra unnecessary objects?

c# .net linq linq-to-sql orm

Linq-to-SQL DataContext across multiple threads

Do we still need stored procedures when using compiled queries?

LINQ to SQL does not update when data has changed in database

c# .net linq linq-to-sql

Query against 250k rows taking 53 seconds