Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

encapsulating logic in a linq to sql query via extension method

Stack Overflow Exception in LINQ to SQL

Linq-to-SQL - Calling stored procedure throwing exception in C#

Can I safely intermix Linq-to-SQL queries and non-Linq-to-SQL queries on the same DataContext.Connection?

.net linq-to-sql

Warning says Linq-To-Sql Expression is always false, but this is incorrect, why?

c# sql asp.net linq 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)

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

Linq ExecuteCommand doesn't understand nulls

c# linq-to-sql null

In LINQ-SQL, wrap the DataContext is an using statement - pros cons

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?

Cleanest Way To Map Entity To DTO With Linq Select?

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?