Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Eager loading of Linq to SQL Entities in a self referencing table

Linq to SQL on Mono?

.net linq-to-sql mono

Using conditionals in Linq Programmatically

c# linq linq-to-sql

linq2sql: singleton or using, best practices

linq-to-sql singleton

Linq-to-SQL statement for multiple aggregate values in single expression

c# linq-to-sql

Using Lambda Expression to Select different fields from field names

Why won't my DataContext use SQL Server Compact Edition 4, rather than trying to use 3.5?

Autocomplete optimization for large data sets

Linq to SQL throwing a StackOverflowException

LINQ-TO-SQL Refresh() not updating object's associations after some external database update such as ExecuteCommand()

linq-to-sql

Linq query to check for duplicate values

c# asp.net linq-to-sql

When does a compiled query that returns an IQueryable execute?

c# .net linq-to-sql

Multiple foreign keys to the same table

New .NET 3.5 Project: Which DAL technology to use?

Linq2SQL to produce Like operator

linq-to-sql sql-like

Avoiding the 2100 parameter limit in LINQ to SQL

c# .net linq linq-to-sql

Add Data Annotation To Entity Framework(Or Linq to SQL) generated class

Join two tables using linq, and fill a Dictionary of them

Linq to SQL Left Join, Order and Group By Count

c# sql linq linq-to-sql

Is null-checking on Linq queries idiomatic?

c# sql linq linq-to-sql