Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

select values tolist() when orderby distinct date

Cannot implicitly convert type 'System.Collections.Generic.IEnumerable<AnonymousType#1>' to 'System.Collections.Generic.List<modelClass> [duplicate]

c# linq linq-to-sql

How can I implement Caching Strategy in my Asp.net Mvc With linq2sql repository?

Good sophisticated linq to sql sample?

asp.net linq-to-sql

LINQ to SQL eager loading with conditions

Need advice on selecting a data access method

Mimicking SQL Insert Trigger with LINQ-to-SQL

model an abstract base class and subclasses in a database

Linq Query Returns Incorrect Result Set

Change name space of LINQ to SQL generated classes

c# linq-to-sql namespaces

EF4 how can I convert anonymous type to strong type in LINQ

Linq to SQL: Where clause comparing a Nullable<DateTime> with a SQL datetime null column

c# sql-server linq linq-to-sql

Bug in LINQ to SQL with empty strings on database

Should I use Linq To SQL directly in code behind or use some other approach? [closed]

c# asp.net linq-to-sql

one-to-many projected LINQ query executes repeatedly

c# performance linq-to-sql

How to apply an expression tree for IQueryable?

Linq to SQL left outer join using Lambda syntax and joining on 2 columns (composite join key)

Binding a DropDownList in ListView InsertItemTemplate throwing an error

Entity base class design in C# for repository model

c# linq-to-sql oop

Why is LINQ to SQL entity association creating a new (duplicate) row when inserting a new record?

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