Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Is there any way to delay- execute a delegate against an IQueryable<T> after/during execution?

c# linq linq-to-sql delegates

LINQ To SQL ignore unique constraint exception and continue

Tracking down a stack overflow error in my LINQ query

LINQ-SQL Updating Multiple Rows in a single transaction

c# linq-to-sql

Where can I find a good step-by-step tutorial on using Entity Framework with a real-esque project? [closed]

Creating reusable chunks of LINQ to SQL

linq linq-to-sql

Linq to SQL - is there a way to map an extension method to a SQL Function/Stored Procedure?

c# linq-to-sql

How should you handle parent and child entities in the repository pattern?

Are Linq-To-Sql Dynamic-Where-Clauses Even Possible in Framework 3.5?

An object specified for refresh is not recognized

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

How to update DataContext based on changes in the database structure?

Refactor LINQ to SQL/Entities Query with many subqueries

Nullable object must have a value - why?

c# linq linq-to-sql

Converting SQL CASE WHEN statement into C#

c# sql sql-server linq-to-sql

Guid type and ( '>' greater than comparison) in LINQ to SQL

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

Add column in database then update the dbml

c# linq-to-sql

Updating disconnected entity that has child entities in linq to sql

c# linq-to-sql

Get child record using Linq

c# linq linq-to-sql

Attribute.IsDefined doesn't see attributes applied with MetadataType class

Linq to sql: Order by datetime desc, then order by the time part of the data asc?

linq-to-sql