Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

How to realize tsql "IN" equivalent using dynamic Linq

c# linq linq-to-sql dynamic

LINQ - 'Could not translate expression' with previously used and proven query condition

asp.net linq linq-to-sql

LINQ to SQL Storing query results in a variable

LINQ to SQL query has wrong values in results

LINQ to SQL: InsertOnSubmit() vs Add()

Sum of multiple columns in a LINQ query

c# linq linq-to-sql

LINQ query performance issue when fetching data from db in MVC Razor

Iterating over IQueryable with forEach vs. calling ToList() and then doing forEach - performance

LINQ to SQL for self-referencing tables?

database linq-to-sql

LINQ-to-SQL: ExecuteQuery(Type, String) populates one field, but not the other

Is it possible to update a sql database schema from an edmx in Visual Studio 2008?

Implementing Version Control of DB Objects

Refactoring Func<T> into Expression<Func<T>>

Linq Conditional Where clause

linq-to-sql

Differences between LINQ to Objects and LINQ to SQL queries

Linq to Sql any keyword search query

c# linq-to-sql

What's faster? Struct array or DataTable

c# linq-to-sql

Linq filtering an IQueryable<T> (System.Data.Linq.DataQuery) object by a List<T> (System.Collection.Generic.List) object?

How do I tell if a linq to sql object is new, modified or unchanged?

c# .net linq-to-sql

Linq-to-SQL: Combining (OR'ing) multiple "Contains" filters?

c# .net linq-to-sql