Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Explicit construction of entity type [MyClass] in query is not allowed

c# asp.net linq-to-sql

Local sequence cannot be used in LINQ to SQL implementations of query operators except the Contains operator

c# linq-to-sql list

IQueryable is disposed after using

c# linq-to-sql

Does LINQ To SQL provide faster response times than using ado.net and oledb?

How can I make sure my LINQ queries execute when called in my DAL, not in a delayed fashion?

How to determine why a distributed transaction is timing out

Problem with interface implementation in partial classes

ForeignKeyReferenceAlreadyHasValueException when creating Lookups using LINQ to SQL

c# .net linq-to-sql

Insert into multiple database tables using Linq, ASP.NET MVC

asp.net-mvc linq-to-sql

ASP.NET MVC + LINQ to SQL or Entities?

asp.net-mvc linq-to-sql

Can you implement an interface on a Linq2Sql class?

linq-to-sql interface

Do MERGE using Linq to SQL

linq-to-sql merge

Linq Query using Contains and not contains

What's the difference between multiple where clauses and && operator in LINQ-to-SQL?

c# linq linq-to-sql

How to create a method that suport translation to sql?

Linq to SQL: Is it better to have a small DataContext for each page or a global one? [closed]

linq-to-sql

How to trim values using Linq to Sql?

c# linq-to-sql

Linq to SQL DynamicInvoke(System.Object[])' has no supported translation to SQL

c# linq-to-sql lambda

Disabling automatic pluralization in Linq to SQL Classes for a single class only

EF Core query where Were clause is a collection?