Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Alternative to .ToList() to return HUGE quantity of data?

Ef Core vs Linq on interpolated string

When should I use Compiled LINQ vs Normal LINQ

.net linq-to-sql

Linq-to-Sql: recursively get children

C#: How to see if a Linq2SQL entity is in the database

c# linq-to-sql datacontext

Manually select related table data (SELECT N + 1 problem) LINQ to SQL

Linq & unsupported data types (Geography)

Debugging a tough LINQ-to-SQL Timeout

Linq to SQL gives NotSupportedException when using local variables

c# linq-to-sql

LINQ to SQL translation to SQL of custom method

c# linq-to-sql

Could model unit tests be truly independent and how [ASP.NET MVC]

[C#]How to introduce retry logic into LINQ to SQL to deal with timeouts?

c# linq linq-to-sql

Inheriting LINQ-to-SQL data context from base controller

LINQ To SQL Dynamic Select

c# asp.net linq-to-sql

linq return using Tuple

Should I learn Linq to SQL even though its being rolled into Entity Framework?

Linq-to-sql error: 'int[]' does not contain a definition for 'Contains'

c# linq-to-sql

How do I group data in an ASP.NET MVC View?

Why am I getting a "Unable to update the EntitySet because it has a DefiningQuery..." exception when trying to update a model in Entity Framework?

How to Connect to SQL Server using LINQ to SQL?