Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What is wrong with this statement below

c# linq linq-to-sql linqpad

Change DataContext of IQueryable

ORDER BY NEWID in LINQ and bind to Repeater control

LINQ DateTimeOffset comparison with today

c# linq linq-to-sql

Does LINQ to SQL use the ActiveRecord Pattern?

How to use WITH(NOLOCK) in LINQ to SQL?

Is it safe to leave MiniProfiler's ProfiledDbConnection in production code?

Linq To SQL select statement translates to Where 0 = 1

c# sql-server linq-to-sql

Extending IQueryable to return objects where a property contains a string

How to intersect multiple IEnumerable?

LINQ: Count number of true booleans in multiple columns

sql linq linq-to-sql count