Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Does linq to sql have a with ties option?

linq-to-sql

Multiple keyword database search using c# (linq to sql)

c# linq linq-to-sql

LINQ to SQL Table Dependency

Cannot implicitly convert type 'System.Data.Linq.ISingleResult<CustomeProcedureName> to 'int'

asp.net linq linq-to-sql types

How to write this T-SQL in LINQ to sQL?

.net linq t-sql linq-to-sql

Rhino Mocks - Testing Repository layer returns "object reference not set to instance" error

c# linq-to-sql rhino-mocks

Convert anonymous type to array or arraylist. Can it be done

c# linq linq-to-sql

making Linq case sensitive

Easy way to refactor table and column names in a Linq .DBML file?

c# .net sql linq linq-to-sql

Linq to Sql for counting and averaging a set of data (no grouping)

c# linq-to-sql

LINQ To SQL - get latest records that match a where clause

linq-to-sql

How do I disable LINQ to Sql transactions?

Load collection except another collection using linq

Efficiently check if record exists in database using Entity framework LINQ

Linq returning unexpected results

c# asp.net linq-to-sql

Optimizing query and/or data model for calendar app

Linq 'Index was outside the bounds of the array' problem

c# linq-to-sql

Using anonymous types - how to avoid lot of code

c# asp.net linq-to-sql

Converting SQL query into LINQ - not working

c# sql-server linq linq-to-sql