Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Am I using DataContext.Dispose() properly?

LINQ: System.Int32 is a non-nullable value type

c# .net linq linq-to-sql

LINQ to SQL MAX in WHERE clause

How do I specify "not in" in this lambda expression?

c# .net linq-to-sql lambda

What is the difference between using a DataContext class and SqlConnection?

Is this the proper way to select the previous and next record given an ID for the current record?

Linq to Sql Group By Class

c# linq-to-sql group-by

Converting IQueryable<object> results to comma delimited string

linq linq-to-sql iqueryable

Are Visual Studio pre-build events guaranteed to finish before compiling starts?

How do I export a DBML diagram from Visual Studio into an image?

Linq to sql - delete some related records

linq-to-sql foreign-keys

Pass a NULL value to DateTime Field in LINQ

why is string IndexOf() acting case-INsensitive?

How to convert type 'byte[]' to 'System.Data.Linq.Binary'

c# winforms linq linq-to-sql

LINQ Join On Between Clause

.net linq-to-sql tsql

Visual Studio and LINQ: placing the DBML file in separate directory in the project

Left join in Linq?

c# linq linq-to-sql

Entity Framework, LinqToSQL and sql injection

How does LINQ-To-SQL prevent SQL-Injections?

IQueryable<T> extension method to take data in batches

c# .net linq-to-sql