Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Why am I getting "Invalid Cast" when using Linq to SQL?

linq-to-sql

How can I query this hierarchical data using LINQ?

c# linq linq-to-sql

Conditional Joins in LINQ

Can't Add LINQ to SQL classes to projects in VS2010

Dynamic Linq help, different errors depending on object passed as parameter?

Why are my connections not closed even if I explicitly dispose of the DataContext?

c# asp.net-mvc linq-to-sql

Using a member access lambda expression to parametrise a LINQ to SQL predicate

c# .net linq linq-to-sql

Compose LINQ-to-SQL predicates into a single predicate

How to query sys tables using LINQ-to-SQL?

linq to sql: specifying JOIN instead of LEFT OUTER JOIN

c# linq linq-to-sql linqpad

How is rolling back transaction related to LINQ to SQL?

How do I use LINQ to SQL with stored procedures returning multiple result sets without ORM?

linq-to-sql

How can I make this SelectMany use a Join?

c# linq-to-sql

String concatenation in LINQ to SQL

.net 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