Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Linq2Sql: Does HasValue and != null, work the same for nullable types?

c# linq-to-sql

How can I create a generic UniqueValidationAttribute in C# and DataAnnotation?

Group by Week of year (Week number) in Linq to SQL

best practice for avoid connection timeout when using LINQ to SQL

c# .net linq-to-sql

Convert SQL to LINQ to SQL

c# .net sql linq linq-to-sql

Returning Enumerable.Empty<T>().AsQueryable() a bad idea?

EF 4.1 / Linq-to-SQL: What is better: using Equals or ==?

Linq to objects when object is null VS Linq to SQL

Why are Func<> and Expression<Func<>> Interchangeable? Why does one work in my case?

c# oop linq-to-sql generics

Is Unpivot (Not Pivot) functionality available in Linq to SQL? How?

Linq to SQL: View to Table Association not generating code

.net sql-server linq-to-sql

Retrieving an image from database with Linq to SQL

c# .net linq linq-to-sql

Linq caching data values - major concurrency problem?

How do I get textarea for Html.EditorForModel() method in asp.net mvc 2

Future of Linq to Sql and Entity Framework

Join queries and when it's too much

c# sql linq-to-sql

CS0012: The type 'System.Data.Linq.DataContext' is defined in an assembly that is not referenced

LINQ Where() Single or Double Pipes / Ampersands

c# linq linq-to-sql

Linq Sort Direction From String

In linq to sql how do I include the child entity with initial query?

linq-to-sql