Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

The type arguments for method System.Linq.Enumerable.OrderBy cannot be inferred from the usage

Difference between == and .Equals() with Interfaces and LINQ

c# linq-to-sql

Evaluate C# expression inside another expression

Why does LINQ to SQL translate GroupBy into multiple queries

c# sql-server linq linq-to-sql

How to get the execution plan using LINQ to SQL/ADO.NET

LINQ to SQL multiple DataContext-s

Periodic InvalidCastException and "The server failed to resume the transaction" with Linq

Ignoring accents in SQL Server using LINQ to SQL

sql-server linq linq-to-sql

'LINQ query plan' horribly inefficient but 'Query Analyser query plan' is perfect for same SQL!

sql-server linq-to-sql

LINQ to SQL entity column name attribute ignored with guid primary key

Multiple SubmitChanges and transaction rollback using Linq To SQL

How do I return an IQueryable from Linq to SQL query when the dbContext is with a 'using' block?

c# .net linq-to-sql

Using Linq to SQL and Sql Reporting Services

C#, Linq2Sql: Is it possible to concatenate two queryables into one?

LinqToSQl and the Member access not legal on type exception

linq linq-to-sql

Linq-to-sql failing on insert and update when this is a trigger attached

sql-server linq-to-sql

LINQ returns 0 results if using nullable int variable, accurate results if using "null"

How do I convert an Enum to an Int for use in an Expression.Equals operation?

I need some clarification on the MVC architecture and the three-tier architecture

How can I get Ninject 2 to use parameterless constructor for LINQ to SQL DataContext?