Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

LINQ to SQL where collection contains collection

linq to sql left join, need to check for null for right table

c# linq linq-to-sql

ModelState.IsValid returns true, even if required string is null

Object Orientated Linq2Sql query class

c# .net oop linq-to-sql

Forcing Entity Framework to not generate NCLOB's when building Linq-to-Sql Code (Model First)

Linq to Sql - Loading Child Entities Without Using DataLoadOptions?

.net linq linq-to-sql

Linq To SQL OrderBy, issue when using enums

c# linq-to-sql enums

Why is HasLoadedOrAssignedValue Property set to true?

.net linq-to-sql .net-3.5

Linq to Sql: Can the DataContext instance return collections that include pending changes?

linq-to-sql

how to force sqlmetal to keep field name case?

Subquery in LINQ that's in the select statement, not the where clause

c# linq-to-sql subquery

How to do a batch update?

c# sql sql-server linq-to-sql

How do I update a foreign key efficiently in LINQ to SQL/SQLMetal?

Violation of UNIQUE KEY Contstraints - Cannot insert duplicate key

mySQL + LINQ to SQL in C#

.NET: Converting from LINQ to SQL to Entity Framework

Why do the nullable explicit cast LINQ operators throw invalid format exceptions on empty values?

c# linq linq-to-sql

EntityRef and compiled LINQ plans

c# linq linq-to-sql

Are there any parts of LINQ I should avoid for SQL 2000?

linq linq-to-sql .net-4.0

Why is Convert.ToDecimal returning different values

c# .net linq-to-sql