Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

The return types for the following stored procedures could not be detected

linq-to-sql

maximum number of parameters in sql query

c# linq-to-sql

Using System.Data.Linq in a Razor view

LINQ return items in a List that matches any Names (string) in another list

LinqDataSource - Can you limit the amount of records returned?

Automatically Compile Linq Queries

How to dynamically add OR operator to WHERE clause in LINQ

linq linq-to-sql dynamic

LINQ across multiple databases

linq linq-to-sql

linq to sql Distinct and orderby

c# linq-to-sql

Which SQL Server field type is best for storing price values?

How to do a full outer join in Linq?

Linq: How to get second last

c# linq linq-to-sql

Has anyone had any success in unit testing SQL stored procedures?

Orderby() not ordering numbers correctly c#

Linq to SQL: how to aggregate without a group by?

linq-to-sql

Explicit construction of entity type '###' in query is not allowed.

linq-to-sql

Working around LinqToSQls "queries with local collections are not supported" exception

linq-to-sql collections

LINQ Between Operator

linq linq-to-sql

Should I return IEnumerable<T> or IQueryable<T> from my DAL?

Calling a method inside a Linq query

c# linq linq-to-sql