Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Need help with LINQ to SQL WHERE-clause on foreign table

c# .net linq linq-to-sql

How can I maintain child objects with LinqToSql over WCF?

How can I use LINQ to summarize this data--number of relationships grouped by the count of those relationships

c# .net linq linq-to-sql

How long could DataContext in EF and Linq2Sql live?

.net linq-to-sql

LINQ to SQL - Save an entity without creating a new DataContext?

c# .net linq linq-to-sql

Method 'SingleOrDefault' not supported by Linq to Entities

asp.net mvc linq sql problem

Is Entity Framework more mockable than Linq2Sql?

Ambiguous Call In Linq-To-Sql Query

c# linq linq-to-sql

LINQ: System.Data.SqlClient.SqlException: String or binary data would be truncated

asp.net-mvc linq-to-sql

Generating very large XML file with Linq-to-XML and Linq-to-SQL

LINQ performing multiple queries instead of a single "joined" query

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

Change property of Linq To Sql Entity in query

c# linq-to-sql

Linq 2 SQL Grouping Question

linq-to-sql group-by

How to SET ARITHABORT ON for connections in Linq To SQL

linq-to-sql arithabort

Linq To SQL, Do not SELECT SCOPE_IDENTITY() after INSERT

linq-to-sql

if statement inside Where on LINQ

c# linq-to-sql