Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

LinqToSql and full text search - can it be done?

Linq to SQL update not working using Repository pattern

How can i reduce the number of db round-trips with this Linq2Sql?

.net linq-to-sql

How can I tell if a given Linq-to-Sql object is attached to a datacontext?

linq-to-sql datacontext

Can Entity Framework deal with multiple result sets (each from joined tables) from a stored procedure?

Conditional shortcuts in LinqToSql query

c# linq linq-to-sql

Is it possible to use Linq-SQL without drag-and-drop?

sql linq linq-to-sql

Linq search that ignores nulls

c# linq-to-sql

Linq To SQL - Specified cast is not valid - SingleOrDefault()

linq linq-to-sql

Does Linq to SQL or Linq to Entities 4.0 support the hierarchyid datatype

Is it possible to create custom methods in entity classes in linq to sql

Linq PredicateBuilder with conditional AND, OR and NOT filters

want a Query to make order by variable in Linq query

Linq with optional Where clauses and Sql Server CE

How do I concurrently increment a page view count using linq-to-sql?

Pass List as XElement to be used as XML Datatype parameter

How to formulate an IQueryable to query a recursive database table?

c# linq-to-sql iqueryable

Get average of the difference in datetime columns?

c# linq linq-to-sql

linq remove items from query where any list value is present

c# linq linq-to-sql

MoreLinq maxBy vs LINQ max + where