Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Refactor select part of Linq expression?

.net linq linq-to-sql

What is the best way to encapsulate Linq to SQL data access?

What is the quickest way to stream an image from a FILESTREAM in SQL to a browser?

Unit of Work Design Pattern [closed]

Do you create multiple .dbml/.edmx file for large database when using LINQ2SQL or Entity Framework?

EntitySet<T>.Where(myPredicate) throws NotSupportedException

c# .net linq-to-sql

What's the difference between these two LINQtoSQL statements?

The member has no supported translation to SQL. When trying to access a property in my Partial class in the LINQ to SQL statement. Lambda expression?

Is there anyway to serilize linq object for Memcached?

linq-to-sql memcached

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?

Get Birthday reminder Linq Query ignoring year

Debugging LINQ to SQL SubmitChanges()

linq linq-to-sql debugging

LINQ not updating on .SubmitChanges()